Filter hook 'comment_moderation_subject'

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

Description

Filters the comment moderation email subject.

Occurrences

Filename Line Number
wp-includes/pluggable.php 2028

Parameters

Type Name Description
string $subject Subject of the comment moderation email.
int $comment_id Comment ID.

PHP Doc

/**
		 * Filters the comment moderation email subject.
		 *
		 * @since 1.5.2
		 *
		 * @param string $subject    Subject of the comment moderation email.
		 * @param int    $comment_id Comment ID.
		 */