apply_filters( 'comment_notification_subject', string $subject , string $comment_id )
Filters the comment notification email subject.
Parameters
-
$subject
string -
The comment notification email subject.
-
$comment_id
string -
Comment ID as a numeric string.
Source
File: wp-includes/pluggable.php
.
View all references
$subject = apply_filters( 'comment_notification_subject', $subject, $comment->comment_ID );
Changelog
Version | Description |
---|---|
1.5.2 | Introduced. |