Wordpress 钩子:the_feed_link
文章目录
过滤Feed链接锚标记。
原型
apply_filters( 'the_feed_link', string $link, string $feed )
参数
$link
(string)
Feed链接的完整锚标记。
$feed
(string)
Feed类型或默认Feed类型的空字符串。
源文件
路径:wp-includes/link-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_feed_link/
文章作者 iBllex
上次更新 2019-02-14