apply_filters( ‘the_title_rss’, string $title )

In this article

Filters the post title for use in a feed.

Parameters

$titlestring
The current post title.

Source

return apply_filters( 'the_title_rss', $title );

Changelog

VersionDescription
1.2.0Introduced.

User Contributed Notes

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