print_late_styles WordPress Filter Hook
The print_late_styles hook is used to print any late stylesheet files after all the HTML has been output.
apply_filters( 'print_late_styles', bool $print ) #
Filters whether to print the styles queued too late for the HTML head.
Parameters
(bool)Whether to print the 'late' styles. Default true.
Source
Changelog
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |