print_late_styles

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'print_late_styles', bool $print )

Parameters Parameters

$print

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

Source Source

File: wp-includes/script-loader.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Advertisement

Leave a Reply