过滤术语链接。
原型
apply_filters( 'term_link', string $termlink, object $term, string $taxonomy )
参数
$termlink
(string)
术语链接URL。
$term
(object)
术语对象。
$taxonomy
(string)
分类标本。
源文件
路径:wp-includes/taxonomy.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/term_link/