get_wp_title_rss
apply_filters( ‘get_wp_title_rss’, string $title , string $deprecated )
过滤钩子:过滤博客标题作为提要标题。
Filter Hook: Filters the blog title for use as the feed title.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$title | (string) | 当前博客标题。 |
$deprecated | (string) | 未使用。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/feed.php:115 | 1 | 0 |
get_wp_title_rss 为WP2原创文章,链接:https://www.wp2.cn/hook/get_wp_title_rss-2/