comment_author

最后更新于:2021-11-26 01:16:20

apply_filters( ‘comment_author’, string $author, int $comment_ID )

Filters the comment author’s name for display.

参数

$author

(string)
The comment author’s username.

$comment_ID

(int)
The comment ID.

源文件

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

View on Trac