On this page
apply_filters( 'styles_inline_size_limit', int $total_inline_limit )
The maximum size of inlined styles in bytes.
Parameters
$total_inline_limitint-
The file-size threshold, in bytes. Default 20000.
Source
File: wp-includes/script-loader.php. View all references
$total_inline_limit = apply_filters( 'styles_inline_size_limit', $total_inline_limit );
Related
Used By
| Used By | Description |
|---|---|
| wp_maybe_inline_styles() wp-includes/script-loader.php | Allows small styles to be inlined. |
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/styles_inline_size_limit