WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_edit_pre

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/comment.php apply_filters 127 /**
* Filters the comment content before editing.
*
* @since 2.0.0
*
* @param string $comment_content Comment content.
*/
wp-admin/includes/class-wp-comments-list-table.php apply_filters 913 /**
* @param WP_Comment $comment The comment object.
*/

Hook Parameters

Parameter Type Name Description
string $comment_content Comment content.