the_title_rss()

Display the post title in the feed.


Description Description


Source Source

File: wp-includes/feed.php

function the_title_rss() {
	echo get_the_title_rss();
}

Top ↑

Changelog Changelog

Changelog
Version Description
0.71 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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