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



ajax_term_search_results › Filtr WordPress Hooks

Od6.1.0
Przestarzałyn/a
apply_filters( 'ajax_term_search_results', $results, $taxonomy_object, $search )
Parametry: (3)
  • (string[]) $results Array of term names.
    Wymagane: Tak
  • (WP_Taxonomy) $taxonomy_object The taxonomy object.
    Wymagane: Tak
  • (string) $search The search term.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the Ajax term search results.





Źródło

$results = apply_filters( 'ajax_term_search_results', $results, $taxonomy_object, $search );