WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about ajax_term_search_results

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ajax-actions.php apply_filters 174 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string[] $results Array of term names.
WP_Taxonomy $taxonomy_object The taxonomy object.
string $search The search term.