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



comment_notification_subject › WordPress Filter Hooks

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

Filters the comment notification email subject.





Source

$subject = apply_filters( 'comment_notification_subject', $subject, $comment->comment_ID );