WP_Customize_Setting
Methods
1 to 9 of 9
- WP_Customize_Setting::get_root_value() – Get the root value for a setting, especially for multidimensional ones.
- WP_Customize_Setting::js_value() – Sanitize the setting’s value for use in JavaScript.
- WP_Customize_Setting::multidimensional_get() – Will attempt to fetch a specific value from a multidimensional array.
- WP_Customize_Setting::preview() – Add filters to supply the setting’s value when accessed.
- WP_Customize_Setting::sanitize() – Sanitize an input.
- WP_Customize_Setting::save() – Checks user capabilities and theme supports, and then saves the value of the setting.
- WP_Customize_Setting::update() – Save the value of the setting, using the related API.
- WP_Customize_Setting::validate() – Validates an input.
- WP_Customize_Setting::value() – Fetch the value of the setting.