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