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



ajax_term_search_results › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'ajax_term_search_results', $results, $taxonomy_object, $search )
Parameter: (3)
  • (string[]) $results Array of term names.
    Erforderlich: Ja
  • (WP_Taxonomy) $taxonomy_object The taxonomy object.
    Erforderlich: Ja
  • (string) $search The search term.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the Ajax term search results.





Quellcode

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