comment_moderation_headers
apply_filters( ‘comment_moderation_headers’, string $message_headers , int $comment_id )
筛选挂钩:筛选评论审核电子邮件标题。
Filter Hook: Filters the comment moderation email headers.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$message_headers | (string) | 评论审核电子邮件的标题。 |
$comment_id | (int) | 注释ID。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.0 | wp-includes/pluggable.php:1875 | 1 | 0 |
comment_moderation_headers 为WP2原创文章,链接:https://www.wp2.cn/hook/comment_moderation_headers/