apply_filters( 'ajax_term_search_results', string[] $results , WP_Taxonomy $taxonomy_object , string $search )
Filters the Ajax term search results.
Parameters
- $results
-
Array of term names.
- $taxonomy_object
-
The taxonomy object.
- $search
-
The search term.
Source
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |