apply_filters( 'comment_edit_pre', string $comment->comment_content )

Filters the comment content before editing.


Parameters

$comment->comment_content

(string) Comment content.


Source

File: wp-admin/includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.0.0 Introduced.