the_title_rss()
Displays the post title in the feed.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
the_title_rss();
Список изменений
| С версии 0.71 | Введена. |
Код the_title_rss() the title rss WP 7.0.3
function the_title_rss() {
echo get_the_title_rss();
}