apply_filters( ‘wp_title_rss’, string $wp_title_rss, string $deprecated )

Filters the blog title for display of the feed title.

Description

See also

Parameters

$wp_title_rssstring
The current blog title.
$deprecatedstring
Unused.

Source

echo apply_filters( 'wp_title_rss', get_wp_title_rss(), $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.