wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_bloginfo_rss › WordPress Filter Hooks

Seit2.2.0
Veraltetn/v
apply_filters( 'get_bloginfo_rss', convert_chars( $info )
Parameter: (2)
  • (string) $info Converted string value of the blog information.
    Erforderlich: Ja
  • (string) $show The type of blog information to retrieve.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the bloginfo for use in RSS feeds.





Quellcode

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