wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



ajax_term_search_results › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'ajax_term_search_results', $results, $taxonomy_object, $search )
Parametri: (3)
  • (string[]) $results Array of term names.
    Richiesto:
  • (WP_Taxonomy) $taxonomy_object The taxonomy object.
    Richiesto:
  • (string) $search The search term.
    Richiesto:
Definito a:
Codex:

Filters the Ajax term search results.





Sorgenti

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