wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_moderation_headers › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'comment_moderation_headers', $message_headers, $comment_id )
Parameters: (2)
  • (string) $message_headers Headers for the comment moderation email.
    Required: Yes
  • (int) $comment_id Comment ID.
    Required: Yes
Defined at:
Codex:

Filters the comment moderation email headers.





Source

$message_headers = apply_filters( 'comment_moderation_headers', $message_headers, $comment_id );