Filters the blog title for display of the feed title.
Description
See also
Parameters
$wp_title_rss
string- The current blog title.
$deprecated
string- Unused.
Source
echo apply_filters( 'wp_title_rss', get_wp_title_rss(), $deprecated );
CARVIEW |
Filters the blog title for display of the feed title.
$wp_title_rss
string$deprecated
stringecho apply_filters( 'wp_title_rss', get_wp_title_rss(), $deprecated );
Used by | Description |
---|---|
wp_title_rss()wp-includes/feed.php | Displays the blog title for display of the feed title. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.