wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



term_search_min_chars › Filtr WordPress Hooks

Od4.0.0
Przestarzałyn/a
apply_filters( 'term_search_min_chars', 2, $taxonomy_object, $search )
Parametry: (3)
  • (int) $characters The minimum number of characters required. Default 2.
    Wymagane: Tak
  • (WP_Taxonomy) $taxonomy_object The taxonomy object.
    Wymagane: Tak
  • (string) $search The search term.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

$term_search_min_chars = (int) apply_filters( 'term_search_min_chars', 2, $taxonomy_object, $search );