wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



themes_api_args › Filtr WordPress Hooks

Od2.8.0
Przestarzałyn/a
apply_filters( 'themes_api_args', $args, $action )
Parametry: (2)
  • (object) $args Arguments used to query for installer pages from the WordPress.org Themes API.
    Wymagane: Tak
  • (string) $action Requested action. Likely values are 'theme_information', 'feature_list', or 'query_themes'.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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

Important: An object MUST be returned to this filter.





Źródło

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