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



get_wp_title_rss › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'get_wp_title_rss', wp_get_document_title()
Parameter: (2)
  • (string) $title The current blog title.
    Erforderlich: Ja
  • (string) $deprecated Unused.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the blog title for use as the feed title.





Quellcode

return apply_filters( 'get_wp_title_rss', wp_get_document_title(), $deprecated );