apply_filters( 'comment_moderation_recipients', array $emails, int $comment_id )

Filters the list of recipients for comment moderation emails.


Description Description


Parameters Parameters

$emails

(array) List of email addresses to notify for comment moderation.

$comment_id

(int) Comment ID.


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.