W3cubDocs

/WordPress

apply_filters( ‘the_title_rss’, string $title )

Filters the post title for use in a feed.

Parameters

$titlestring
The current post title.

Source

return apply_filters( 'the_title_rss', $title );

Changelog

Version Description
1.2.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_title_rss