Filters the comment content before editing.
Parameters
$comment_contentstring- Comment content.
Source
$comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content );
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
Filters the comment content before editing.
$comment_contentstring$comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content );
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.