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

Filters the Ajax term search results.


Parameters

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

Top ↑

Source

File: wp-admin/includes/ajax-actions.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.

Top ↑

User Contributed Notes

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