print_late_styles

最后更新于:2021-11-27 21:33:25

apply_filters( ‘print_late_styles’, bool $print )

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

参数

$print

(bool)
Whether to print the ‘late’ styles. Default true.

源文件

文件: gc-includes/script-loader.php

View on Trac