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



themes_api_args › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'themes_api_args', $args, $action )
参数: (2)
  • (object) $args Arguments used to query for installer pages from the WordPress.org Themes API.
    Required: Yes
  • (string) $action Requested action. Likely values are 'theme_information', 'feature_list', or 'query_themes'.
    Required: Yes
定义在:
文档:

Filters arguments used to query for installer pages from the WordPress.org Themes API.

Important: An object MUST be returned to this filter.





源码

$args = apply_filters( 'themes_api_args', $args, $action );