the_title_rss()WP 0.71

Displays the post title in the feed.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

the_title_rss();

Список изменений

С версии 0.71 Введена.

Код the_title_rss() WP 6.4.3

function the_title_rss() {
	echo get_the_title_rss();
}