过滤评论审核电子邮件文本。
原型
apply_filters( 'comment_moderation_text', string $notify_message, int $comment_id )
参数
$notify_message
(string)
评论审核电子邮件的文本。
$comment_id
(int)
评论ID。
源文件
路径:wp-includes/pluggable.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/comment_moderation_text/