print_styles_array
apply_filters( ‘print_styles_array’, string[] $to_do )
过滤器::在处理输出之前过滤排队样式的数组。
Filter Hook: Filters the array of enqueued styles before processing for output.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$to_do | (string[]) | 即将处理的排队样式句柄列表。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.6.0 | wp-includes/class.wp-styles.php:377 | 1 | 0 |
print_styles_array 为WP2原创文章,链接:https://www.wp2.cn/hook/print_styles_array/