apply_filters( ‘get_wp_title_rss’, string $title, string $deprecated )

In this article

Filters the blog title for use as the feed title.

Parameters

$titlestring
The current blog title.
$deprecatedstring
Unused.

Source

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

Changelog

VersionDescription
4.4.0The $sep parameter was deprecated and renamed to $deprecated.
2.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.