Elementor\Posts_CSS_Manager::register_actions PHP Method

register_actions() private method

private register_actions ( )
    private function register_actions()
    {
        add_action('save_post', [$this, 'on_save_post']);
        add_action('deleted_post', [$this, 'on_delete_post']);
        add_filter('wxr_export_skip_postmeta', [$this, 'on_export_post_meta'], 10, 2);
    }