WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about notify_post_author

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 2372 /**
* 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.
*/

Hook Parameters

Parameter 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.