the_title_rss()WP 0.71

Displays the post title in the feed.

No Hooks.

Return

null. Nothing (null).

Usage

the_title_rss();

Changelog

Since 0.71 Introduced.

the_title_rss() code WP 6.5.2

function the_title_rss() {
	echo get_the_title_rss();
}