get_comment_author_email
apply_filters( ‘get_comment_author_email’, string $comm…
apply_filters( ‘get_comment_author_email’, string $comment_author_email, int $comment_ID, WP_Comment $comment )
过滤钩子:过滤评论作者返回的电子邮件地址。
Filter Hook: Filters the comment author’s returned email address.
目录锚点:#参数#源码
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment_author_email | (string) | 评论作者的电子邮件地址。 |
$comment_ID | (int) | 评论ID。 |
$comment | (WP_Comment) | 注释对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/comment-template.php:99 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!