Elementor\Posts_CSS_Manager::on_delete_post PHP Method

on_delete_post() public method

public on_delete_post ( $post_id )
    public function on_delete_post($post_id)
    {
        $css_file = new Post_CSS_File($post_id);
        $css_file->delete();
    }