过滤钩子:过滤评论通知邮件头。
apply_filters( ‘comment_notification_ header s’, string $message_headers , int $comment_id )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$message_headers | (string) | 评论通知电子邮件的标题。 |
$comment_id | (int) | 注释ID。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.2 | wp-includes/pluggable.php:1692 | 1 | 0 |