comment_moderation_recipients

Advertisement

Summery Summery

Filters the list of recipients for comment moderation emails.

Syntax Syntax

apply_filters( 'comment_moderation_recipients', string[] $emails, int $comment_id )

Parameters Parameters

$emails

List of email addresses to notify for comment moderation.

$comment_id

Comment ID.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.

Advertisement

Leave a Reply