comment_author_rss

过滤器::过滤当前的注释作者,以便在提要中使用。

apply_filters( ‘comment_author_rss’, string $comment_author )

说明(Description)

另见函数 get_comment_author()


参数(Parameters)

参数类型说明
$comment_author(string)当前评论作者。

源码(Source)

/**
 * Display the current comment author in the feed.
 *
 * @since 1.0.0
 */
function comment_author_rss() {
	echo get_comment_author_rss();
}
更新版本源码位置使用被使用
1.5.0wp-includes/feed.php:33310
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索