get_bloginfo_rss

过滤钩子


apply_filters( 'get_bloginfo_rss', convert_chars( $info )
参数
  • (string)
    $info
    Converted string value of the blog information.
    Required:
  • (string)
    $show
    The type of blog information to retrieve.
    Required:
定义位置
  • wp-includes/feed.php
    , line 40
引入
2.2.0
弃用

过滤博客信息以用于RSS订阅。

return apply_filters( 'get_bloginfo_rss', convert_chars( $info ), $show );