在Feed中显示当前评论作者。
原型
comment_author_rss()
源文件
路径:wp-includes/feed.php
<?php
...
function comment_author_rss() {
echo get_comment_author_rss();
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/comment_author_rss/
在Feed中显示当前评论作者。
comment_author_rss()
路径:wp-includes/feed.php
<?php
...
function comment_author_rss() {
echo get_comment_author_rss();
}
...
?>
英文文档:https://developer.wordpress.org/reference/functions/comment_author_rss/
请在后台设置小工具!