comment_author_rss()
Displays the current comment author in the feed.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
comment_author_rss();
Список изменений
| С версии 1.0.0 | Введена. |
Код comment_author_rss() comment author rss WP 6.9.1
function comment_author_rss() {
echo get_comment_author_rss();
}