Filter hook 'comment_notification_text'

in WP Core File wp-includes/pluggable.php at line 1833

Description

Filters the comment notification email text.

Occurrences

Filename Line Number
wp-includes/pluggable.php 1833

Parameters

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

PHP Doc

/**
		 * 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.
		 */