Elementor\Posts_CSS_Manager::on_delete_post PHP 메소드

on_delete_post() 공개 메소드

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