Description
Filters the Ajax term search results.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/ajax-actions.php | 174 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $results | Array of term names. |
WP_Taxonomy | $taxonomy_object | The taxonomy object. |
string | $search | The search term. |
PHP Doc
/**
* Filters the Ajax term search results.
*
* @since 6.1.0
*
* @param string[] $results Array of term names.
* @param WP_Taxonomy $taxonomy_object The taxonomy object.
* @param string $search The search term.
*/