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



all_themes › WordPress过滤钩子

Since3.1.0
已弃用n/a
apply_filters( 'all_themes', wp_get_themes()
参数:
  • (WP_Theme[]) $all Array of WP_Theme objects to display in the list table.
    Required: Yes
定义在:
文档:

Filters the full array of WP_Theme objects to list in the Multisite themes list table.





源码

'all'      => apply_filters( 'all_themes', wp_get_themes() ),