GC_Customize_Filter_Setting
最后更新于:2021-11-25 19:52:01
GC_Customize_Filter_SettingA setting that is used to filter a value, but will not save the results.
源文件
文件: gc-includes/customize/class-gc-customize-filter-setting.php
class GC_Customize_Filter_Setting extends GC_Customize_Setting {
/**
* Saves the value of the setting, using the related API.
*
* @since 3.4.0
*
* @param mixed $value The value to update.
*/
public function update( $value ) {}
}