wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



themes_api › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'themes_api', false, $action, $args )
Paramètres: (3)
  • (false|object|array) $override Whether to override the WordPress.org Themes API. Default false.
    Requis: Oui
  • (string) $action Requested action. Likely values are 'theme_information', 'feature_list', or 'query_themes'.
    Requis: Oui
  • (object) $args Arguments used to query for installer pages from the Themes API.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether to override the WordPress.org Themes API.

Returning a non-false value will effectively short-circuit the WordPress.org API request.

If $action is 'query_themes', 'theme_information', or 'feature_list', an object MUST be passed. If $action is 'hot_tags', an array should be passed.





Source

$res = apply_filters( 'themes_api', false, $action, $args );