Filter hook 'comment_edit_pre'

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

Description

Filters the comment content before editing.

Occurrences

Filename Line Number
wp-admin/includes/comment.php 127
wp-admin/includes/class-wp-comments-list-table.php 952

Parameters

Type Name Description
string $comment_content Comment content.

PHP Doc

/**
	 * Filters the comment content before editing.
	 *
	 * @since 2.0.0
	 *
	 * @param string $comment_content Comment content.
	 */