apply_filters( ‘print_late_styles’, bool $print )

In this article

Filters whether to print the styles queued too late for the HTML head.

Parameters

$printbool
Whether to print the 'late' styles. Default true.

Source

if ( apply_filters( 'print_late_styles', true ) ) {

Changelog

VersionDescription
3.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.