wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



themes_api_args › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'themes_api_args', $args, $action )
Parametri: (2)
  • (object) $args Arguments used to query for installer pages from the WordPress.org Themes API.
    Richiesto:
  • (string) $action Requested action. Likely values are 'theme_information', 'feature_list', or 'query_themes'.
    Richiesto:
Definito a:
Codex:

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

Important: An object MUST be returned to this filter.





Sorgenti

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