On this page
apply_filters( 'print_late_styles', bool $print )
Filters whether to print the styles queued too late for the HTML head.
Parameters
$printbool-
Whether to print the
'late'styles. Default true.
Source
File: wp-includes/script-loader.php. View all references
if ( apply_filters( 'print_late_styles', true ) ) {
Related
Used By
| Used By | Description |
|---|---|
| print_late_styles() wp-includes/script-loader.php | Prints the styles that were queued too late for the HTML head. |
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/print_late_styles