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();
}


Top ↑

Changelog

Changelog
Version Description
0.71 Introduced.

Top ↑

User Contributed Notes

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