comment_email

过滤钩子


apply_filters( 'comment_email', $comment->comment_author_email, $comment )
定义位置
  • wp-admin/includes/class-wp-comments-list-table.php
    , line 958
引入
n/a
弃用

这个过滤器在wp-includes/comment-template.php中有记录。

$email = apply_filters( 'comment_email', $comment->comment_author_email, $comment );