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



bloginfo_rss › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show )
Parameter: (2)
  • (string) $rss_container RSS container for the blog information.
    Erforderlich: Ja
  • (string) $show The type of blog information to retrieve.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the bloginfo for display in RSS feeds.





Quellcode

echo apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show ), $show );