apply_filters( 'notify_moderator', bool $maybe_notify , int $comment_id )
Filters whether to send the site moderator email notifications, overriding the site setting.
Parameters
- $maybe_notify
-
Whether to notify blog moderator.
- $comment_id
-
The ID of the comment for the notification.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |