WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_notification_notify_author

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1673 /**
* Filters whether to notify comment authors of their comments on their own posts.
*
* By default, comment authors aren't notified of their comments on their own
* posts. This filter allows you to override that.
*
* @since 3.8.0
*
* @param bool $notify Whether to notify the post author of their own comment.
* Default false.
* @param string $comment_id The comment ID as a numeric string.
*/

Hook Parameters

Parameter Type Name Description
bool $notify Whether to notify the post author of their own comment.
string $comment_id The comment ID as a numeric string.