wpseek.com
A WordPress-centric search engine for devs and theme authors



themes_api_args › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'themes_api_args', $args, $action )
Parameters: (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
Defined at:
Codex:

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

Important: An object MUST be returned to this filter.





Source

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