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();
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 0.71 | Introduced. |