WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_moderation_recipients

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1979 /**
* 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.
*/

Hook Parameters

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