Filters the minimum number of characters required to fire a tag search via Ajax.
Parameters
$characters
int- The minimum number of characters required. Default 2.
$taxonomy_object
WP_Taxonomy- The taxonomy object.
$search
string- The search term.
Source
$term_search_min_chars = (int) apply_filters( 'term_search_min_chars', 2, $taxonomy_object, $search );
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.