apply_filters( 'term_search_min_chars', int $characters, WP_Taxonomy $tax, string $s )

Filters the minimum number of characters required to fire a tag search via Ajax.


Description Description


Parameters Parameters

$characters

(int) The minimum number of characters required. Default 2.

$tax

(WP_Taxonomy) The taxonomy object.

$s

(string) The search term.


Top ↑

Source Source

File: wp-admin/includes/ajax-actions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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