Filters whether to print the styles queued too late for the HTML head.
Parameters
$print
bool- Whether to print the
'late'
styles. Default true.
Source
if ( apply_filters( 'print_late_styles', true ) ) {
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.