wp_set_comment_status, $comment->comment_ID, delete

wp_set_comment_status, $comment->comment_ID, delete

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('wp_set_comment_status, $comment->comment_ID, delete') is found 1 times:

  • /wp-includes/comment.php line 1567
     
    	clean_comment_cache( $comment->comment_ID );
    
    	/** This action is documented in wp-includes/comment.php */
    	do_action( 'wp_set_comment_status', $comment->comment_ID, 'delete' );
    
    	wp_transition_comment_status( 'delete', $comment->comment_approved, $comment );
    
    	return true;
    }