the_title_rss()WP 0.71

Displays the post title in the feed.

Хуков нет.

Возвращает

null. Ничего.

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

the_title_rss();

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

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

Код the_title_rss() WP 6.2

function the_title_rss() {
	echo get_the_title_rss();
}