wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_bloginfo_rss › WordPress过滤钩子

Since2.2.0
已弃用n/a
apply_filters( 'get_bloginfo_rss', convert_chars( $info )
参数: (2)
  • (string) $info Converted string value of the blog information.
    Required: Yes
  • (string) $show The type of blog information to retrieve.
    Required: Yes
定义在:
文档:

Filters the bloginfo for use in RSS feeds.





源码

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