Description
The maximum size of inlined styles in bytes.
Occurrences
Filename | Line Number |
---|---|
wp-includes/script-loader.php | 2962 |
Parameters
Type | Name | Description |
---|---|---|
int | $total_inline_limit | The file-size threshold, in bytes. Default 20000. |
PHP Doc
/**
* 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.
*/