Filter hook 'comment_moderation_text'

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

Description

Filters the comment moderation email text.

Occurrences

Filename Line Number
wp-includes/pluggable.php 2018

Parameters

Type Name Description
string $notify_message Text of the comment moderation email.
int $comment_id Comment ID.

PHP Doc

/**
		 * Filters the comment moderation email text.
		 *
		 * @since 1.5.2
		 *
		 * @param string $notify_message Text of the comment moderation email.
		 * @param int    $comment_id     Comment ID.
		 */