WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_notification_subject

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1816 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $subject The comment notification email subject.
string $comment_id Comment ID as a numeric string.