get_comment_author

最后更新于:2021-11-26 11:33:10

apply_filters( ‘get_comment_author’, string $author, int $comment_ID, GC_Comment $comment )

Filters the returned comment author name.

参数

$author

(string)
The comment author’s username.

$comment_ID

(int)
The comment ID.

$comment

(GC_Comment)
The comment object.

源文件

文件: gc-includes/comment-template.php

View on Trac