Filters the blog title for use as the feed title.
Parameters
$title
string- The current blog title.
$deprecated
string- Unused.
Source
return apply_filters( 'get_wp_title_rss', wp_get_document_title(), $deprecated );
Filters the blog title for use as the feed title.
$title
string$deprecated
stringreturn apply_filters( 'get_wp_title_rss', wp_get_document_title(), $deprecated );
User Contributed Notes
You must log in before being able to contribute a note or feedback.