wordpress / latest / functions / the_title_rss.html

the_title_rss()

Displays the post title in the feed.

Source

File: wp-includes/feed.php. View all references

function the_title_rss() {
	echo get_the_title_rss();
}

Uses

Uses Description

Changelog

Version Description
0.71 Introduced.

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