apply_filters( ‘ajax_term_search_results’, string[] $results, WP_Taxonomy $taxonomy_object, string $search )

In this article

Filters the Ajax term search results.

Parameters

$resultsstring[]
Array of term names.
$taxonomy_objectWP_Taxonomy
The taxonomy object.
$searchstring
The search term.

Source

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

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.