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



get_wp_title_rss › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'get_wp_title_rss', wp_get_document_title()
Parameters: (2)
  • (string) $title The current blog title.
    Required: Yes
  • (string) $deprecated Unused.
    Required: Yes
Defined at:
Codex:

Filters the blog title for use as the feed title.





Source

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