WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_notification_text

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1806 /**
* Filters the comment notification email text.
*
* @since 1.5.2
*
* @param string $notify_message The comment notification email text.
* @param string $comment_id Comment ID as a numeric string.
*/

Hook Parameters

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