Filter hook 'notify_moderator'

in WP Core File wp-includes/comment.php at line 2341

Description

Sends a comment moderation notification to the comment moderator.

Occurrences

Filename Line Number
wp-includes/comment.php 2341
wp-includes/pluggable.php 1894

Parameters

Type Name Description
int $comment_id ID of the comment.

PHP Doc

/**
 * Sends a comment moderation notification to the comment moderator.
 *
 * @since 4.4.0
 *
 * @param int $comment_id ID of the comment.
 * @return bool True on success, false on failure.
 */