apply_filters( 'the_title_rss', string $title )

Filters the post title for use in a feed.


Parameters

$title

(string) The current post title.


Source

File: wp-includes/feed.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.2.0 Introduced.