Description
Filters whether to send the post author new comment notification emails, overriding the site setting.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 2375 |
Parameters
Type | Name | Description |
---|---|---|
bool | $maybe_notify | Whether to notify the post author about the new comment. |
int | $comment_id | The ID of the comment for the notification. |
PHP Doc
/**
* Filters whether to send the post author new comment notification emails,
* overriding the site setting.
*
* @since 4.4.0
*
* @param bool $maybe_notify Whether to notify the post author about the new comment.
* @param int $comment_id The ID of the comment for the notification.
*/