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



comment_notification_text › WordPress Filter Hooks

Since1.5.2
Deprecatedn/a
apply_filters( 'comment_notification_text', $notify_message, $comment->comment_ID )
Parameters: (2)
  • (string) $notify_message The comment notification email text.
    Required: Yes
  • (string) $comment_id Comment ID as a numeric string.
    Required: Yes
Defined at:
Codex:

Filters the comment notification email text.





Source

$notify_message = apply_filters( 'comment_notification_text', $notify_message, $comment->comment_ID );