wpseek.com
A WordPress-centric search engine for devs and theme authors



get_bloginfo_rss › WordPress Filter Hooks

Since2.2.0
Deprecatedn/a
apply_filters( 'get_bloginfo_rss', convert_chars( $info )
Parameters: (2)
  • (string) $info Converted string value of the blog information.
    Required: Yes
  • (string) $show The type of blog information to retrieve.
    Required: Yes
Defined at:
Codex:

Filters the bloginfo for use in RSS feeds.





Source

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