Filters the Ajax term search results.
$resultsstring[]$taxonomy_objectWP_Taxonomy$searchstringwp-admin/includes/ajax-actions.php:174wp_ajax_ajax_tag_search() * @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. */ $results = apply_filters( 'ajax_term_search_results', $results, $taxonomy_object, $search ); echo implode( "\n", $results ); wp_die();} /**Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.