Filter hook 'comment_save_pre'

in WP Core File wp-includes/comment.php at line 2538

Description

Filters the comment content before it is updated in the database.

Occurrences

Filename Line Number
wp-includes/comment.php 2538

Parameters

Type Name Description
string $comment_content The comment data.

PHP Doc

/**
	 * Filters the comment content before it is updated in the database.
	 *
	 * @since 1.5.0
	 *
	 * @param string $comment_content The comment data.
	 */