Description
Filters whether to print the styles queued too late for the HTML head.
Occurrences
Filename | Line Number |
---|---|
wp-includes/script-loader.php | 2327 |
Parameters
Type | Name | Description |
---|---|---|
bool | Whether to print the 'late' styles. Default true. |
PHP Doc
/**
* Filters whether to print the styles queued too late for the HTML head.
*
* @since 3.3.0
*
* @param bool $print Whether to print the 'late' styles. Default true.
*/