wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_notification_headers › WordPress过滤钩子

Since1.5.2
已弃用n/a
apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID )
参数: (2)
  • (string) $message_headers Headers for the comment notification email.
    Required: Yes
  • (string) $comment_id Comment ID as a numeric string.
    Required: Yes
定义在:
文档:

Filters the comment notification email headers.





源码

$message_headers = apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID );