Filter hook 'comment_moderation_recipients'

in WP Core File wp-includes/pluggable.php at line 2008

Description

Filters the list of recipients for comment moderation emails.

Occurrences

Filename Line Number
wp-includes/pluggable.php 2008

Parameters

Type Name Description
string[] $emails List of email addresses to notify for comment moderation.
int $comment_id Comment ID.

PHP Doc

/**
		 * Filters the list of recipients for comment moderation emails.
		 *
		 * @since 3.7.0
		 *
		 * @param string[] $emails     List of email addresses to notify for comment moderation.
		 * @param int      $comment_id Comment ID.
		 */