author_email

最后更新于:2021-11-25 20:34:56

apply_filters( ‘author_email’, string $author_email, int $comment_ID )

Filters the comment author’s email for display.

参数

$author_email

(string)
The comment author’s email address.

$comment_ID

(int)
The comment ID.

源文件

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

View on Trac