WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about styles_inline_size_limit

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/script-loader.php apply_filters 2836 /**
* The maximum size of inlined styles in bytes.
*
* @since 5.8.0
*
* @param int $total_inline_limit The file-size threshold, in bytes. Default 20000.
*/

Hook Parameters

Parameter Type Name Description
int $total_inline_limit The file-size threshold, in bytes. Default 20000.