the_title_rss()
Display the post title in the feed.
Source
File: wp-includes/feed.php
function the_title_rss() {
echo get_the_title_rss();
}
Changelog
Version | Description |
---|---|
WP-0.71 | Introduced. |
Display the post title in the feed.
File: wp-includes/feed.php
function the_title_rss() {
echo get_the_title_rss();
}
Version | Description |
---|---|
WP-0.71 | Introduced. |