wpseek.com
WordPress开发者和主题制作者的搜索引擎



ajax_term_search_results › WordPress过滤钩子

Since6.1.0
已弃用n/a
apply_filters( 'ajax_term_search_results', $results, $taxonomy_object, $search )
参数: (3)
  • (string[]) $results Array of term names.
    Required: Yes
  • (WP_Taxonomy) $taxonomy_object The taxonomy object.
    Required: Yes
  • (string) $search The search term.
    Required: Yes
定义在:
文档:

Filters the Ajax term search results.





源码

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