过滤“category”或“post_tag”以外的分类的Feed链接。
原型
apply_filters( 'taxonomy_feed_link', string $link, string $feed, string $taxonomy )
参数
$link
(string)
分类法供稿链接。
$feed
(string)
饲料类型。
$taxonomy
(string)
分类名称。
源文件
路径:wp-includes/link-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/taxonomy_feed_link/