Elementor\Posts_CSS_Manager::on_save_post PHP Méthode

on_save_post() public méthode

public on_save_post ( $post_id )
    public function on_save_post($post_id)
    {
        $css_file = new Post_CSS_File($post_id);
        $css_file->update();
    }