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