Elementor\Scheme_Base::save_scheme PHP Method

save_scheme() public method

public save_scheme ( array $posted )
$posted array
    public function save_scheme(array $posted)
    {
        $scheme_value = $this->get_scheme_value();
        update_option('elementor_scheme_' . static::get_type(), array_replace($scheme_value, array_intersect_key($posted, $scheme_value)));
    }