comment_moderation_text

Advertisement

Summery Summery

Filters the comment moderation email text.

Syntax Syntax

apply_filters( 'comment_moderation_text', string $notify_message, int $comment_id )

Parameters Parameters

$notify_message

Text of the comment moderation email.

$comment_id

Comment ID.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.2 Introduced.

Advertisement

Leave a Reply