the_title_rss()
Displays the post title in the feed.
No Hooks.
Returns
null. Nothing (null).
Usage
the_title_rss();
Changelog
| Since 0.71 | Introduced. |
the_title_rss() the title rss code WP 7.0
function the_title_rss() {
echo get_the_title_rss();
}
Displays the post title in the feed.
No Hooks.
null. Nothing (null).
the_title_rss();
| Since 0.71 | Introduced. |
function the_title_rss() {
echo get_the_title_rss();
}