comment_moderation_subject WordPress Filter Hook
This hook is used to specify the subject line for the notification email sent when a comment is awaiting moderation.
apply_filters( 'comment_moderation_subject', string $subject , int $comment_id ) #
Filters the comment moderation email subject.
Parameters
- $subject
(string)Subject of the comment moderation email.
- $comment_id
(int)Comment ID.
Source
Changelog
Version | Description |
---|---|
1.5.2 | Introduced. |