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



wp_title_rss › WordPress Filter Hooks

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

Filters the blog title for display of the feed title.





Source

echo apply_filters( 'wp_title_rss', get_wp_title_rss(), $deprecated );