警告:此钩子已被弃用。请改用“term_link”。
过滤标记链接。
原型
apply_filters( 'tag_link', string $termlink, int $term_id )
参数
$termlink
(string)
标记链接网址。
$term_id
(int)
术语ID。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/tag_link/