author_feed_link
apply_filters( ‘author_feed_link’, string $link , string $feed )
过滤器::过滤给定作者的feed链接。
Filter Hook: Filters the feed link for a given author.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$link | (string) | 作者提要链接。 |
$feed | (string) | 进给类型。可能的值包括“rss2”、“atom”。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.1 | wp-includes/link-template.php:818 | 1 | 0 |
author_feed_link 为WP2原创文章,链接:https://www.wp2.cn/hook/author_feed_link/