comment_moderation_recipients

最后更新于:2021-11-26 03:57:40

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

Filters the list of recipients for comment moderation emails.

参数

$emails

(string[])
List of email addresses to notify for comment moderation.

$comment_id

(int)
Comment ID.

源文件

文件: gc-includes/pluggable.php

View on Trac