wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



themes_api_args › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'themes_api_args', $args, $action )
Parameter: (2)
  • (object) $args Arguments used to query for installer pages from the WordPress.org Themes API.
    Erforderlich: Ja
  • (string) $action Requested action. Likely values are 'theme_information', 'feature_list', or 'query_themes'.
    Erforderlich: Ja
Definiert in:
Codex:

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

Important: An object MUST be returned to this filter.





Quellcode

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