wpseek.com
WordPress开发者和主题制作者的搜索引擎



print_styles_array › WordPress过滤钩子

Since2.6.0
已弃用n/a
apply_filters( 'print_styles_array', $this->to_do )
参数:
  • (string[]) $to_do The list of enqueued style handles about to be processed.
    Required: Yes
定义在:
文档:

Filters the array of enqueued styles before processing for output.





源码

$this->to_do = apply_filters( 'print_styles_array', $this->to_do );