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.
*/