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



comment_moderation_text › WordPress Filter Hooks

Since1.5.2
Deprecatedn/a
apply_filters( 'comment_moderation_text', $notify_message, $comment_id )
Parameters: (2)
  • (string) $notify_message Text of the comment moderation email.
    Required: Yes
  • (int) $comment_id Comment ID.
    Required: Yes
Defined at:
Codex:

Filters the comment moderation email text.





Source

$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );