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



term_link › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'term_link', $termlink, $term, $taxonomy )
参数: (3)
  • (string) $termlink Term link URL.
    Required: Yes
  • (WP_Term) $term Term object.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
定义在:
文档:

Filters the term link.





源码

return apply_filters( 'term_link', $termlink, $term, $taxonomy );