Filters the post title for use in a feed.
$titlestringwp-includes/feed-atom-comments.php:84file scopewp-includes/feed-rss2-comments.php:87file scopewp-includes/feed.php:168get_the_title_rss() * Filters the post title for use in a feed. * * @since 1.2.0 * * @param string $title The current post title. */ return apply_filters( 'the_title_rss', $title );} /** * Displays the post title in the feed. * * @since 0.71Introduced in 1.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.