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

Filters the comment content before editing.


Description Description


Parameters Parameters

$comment->comment_content

(string) Comment content.


Top ↑

Source Source

File: wp-admin/includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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