On this page
apply_filters( 'get_wp_title_rss', string $title, string $deprecated )
Filters the blog title for use as the feed title.
Parameters
$titlestring-
The current blog title.
$deprecatedstring-
Unused.
Source
File: wp-includes/feed.php. View all references
return apply_filters( 'get_wp_title_rss', wp_get_document_title(), $deprecated );
Related
Used By
| Used By | Description |
|---|---|
| get_wp_title_rss() wp-includes/feed.php | Retrieves the blog title for the feed title. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_wp_title_rss