Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/pluggable.php | apply_filters | 1989 | /** * Filters the comment moderation email text. * * @since 1.5.2 * * @param string $notify_message Text of the comment moderation email. * @param int $comment_id Comment ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $notify_message | Text of the comment moderation email. |
int | $comment_id | Comment ID. |