apply_filters ( ‘comment_edit_pre’, string $comment_content )

Filters the comment content before editing.

Parameters

$comment_content string
Comment content.

Source

$comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content );

Changuelog

Versionen Description
2.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.