get_comment_author_email

最后更新于:2021-11-26 11:35:08

apply_filters( ‘get_comment_author_email’, string $comment_author_email, int $comment_ID, GC_Comment $comment )

Filters the comment author’s returned email address.

参数

$comment_author_email

(string)
The comment author’s email address.

$comment_ID

(int)
The comment ID.

$comment

(GC_Comment)
The comment object.

源文件

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

View on Trac