WP_Customize_Setting::_clear_aggregated_multidimensional_preview_applied_flag PHP Method

_clear_aggregated_multidimensional_preview_applied_flag() final public method

This ensures that the new value will get sanitized and used the next time that WP_Customize_Setting::_multidimensional_preview_filter() is called for this setting.
See also: WP_Customize_Manager::set_post_value()
See also: WP_Customize_Setting::_multidimensional_preview_filter()
Since: 4.4.0
    public final function _clear_aggregated_multidimensional_preview_applied_flag()
    {
        unset(self::$aggregated_multidimensionals[$this->type][$this->id_data['base']]['preview_applied_instances'][$this->id]);
    }