print_styles_array
最后更新于:2021-11-27 21:34:49
apply_filters( ‘print_styles_array’, string[] $to_do )
Filters the array of enqueued styles before processing for output.
参数
- $to_do
-
(string[])
The list of enqueued style handles about to be processed.
源文件
文件: gc-includes/class.gc-styles.php
View on Trac