Description
Filters the comment notification email subject.
Occurrences
Filename | Line Number |
---|---|
wp-includes/pluggable.php | 1843 |
Parameters
Type | Name | Description |
---|---|---|
string | $subject | The comment notification email subject. |
string | $comment_id | Comment ID as a numeric string. |
PHP Doc
/**
* Filters the comment notification email subject.
*
* @since 1.5.2
*
* @param string $subject The comment notification email subject.
* @param string $comment_id Comment ID as a numeric string.
*/