apply_filters( 'comment_edit_pre', string $comment_content )

Filters the comment content before editing.


Parameters

$comment_content

Comment content.


Source

File: wp-admin/includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
2.0.0 Introduced.