Fires immediately before a comment is deleted from the database.
Parameters
$comment_idstring- The comment ID as a numeric string.
$commentWP_Comment- The comment to be deleted.
Source
do_action( 'delete_comment', $comment->comment_ID, $comment );
| CARVIEW |
Fires immediately before a comment is deleted from the database.
$comment_idstring$commentWP_Commentdo_action( 'delete_comment', $comment->comment_ID, $comment );
| Used by | Description |
|---|---|
wp_delete_comment()wp-includes/comment.php | Trashes or deletes a comment. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.