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



tag_link › WordPress过滤钩子

Since5.4.1
已弃用n/a
apply_filters( 'tag_link', $termlink, $term->term_id )
参数: (2)
  • (string) $termlink Tag link URL.
    Required: Yes
  • (int) $term_id Term ID.
    Required: Yes
定义在:
文档:

Filters the tag link.





源码

$termlink = apply_filters( 'tag_link', $termlink, $term->term_id );