File: wp-includes/class-wp-customize-setting.php
-
Fires when the WP_Customize_Setting::save() method is called.
-
Retrieves the data to export to the client via JSON.
-
Validates an input.
-
Validates a Customize setting value.
-
Filters a Customize setting value not handled as a theme_mod or option.
-
Get the root value for a setting, especially for multidimensional ones.
-
Set the root value for a setting, especially for multidimensional ones.
-
Clear out the previewed-applied flag for a multidimensional-aggregated value whenever its post value is updated.
-
Callback function to filter multidimensional theme mods and options.
-
Get parsed ID data for multidimensional setting.
-
Set up the setting for aggregated multidimensional values.
-
Return true if the current site is not the same as the previewed site.
-
Fires when the WP_Customize_Setting::preview() method is called for settings not handled as theme_mods or options.
-
Will attempt to fetch a specific value from a multidimensional array.
-
Fires when the WP_Customize_Setting::update() method is called for settings not handled as theme_mods or options.
-
Will attempt to check if a specific value in a multidimensional array is set.
-
Deprecated method.
-
Deprecated method.
-
Fetch the value of the setting.
-
Filter a Customize setting value not handled as a theme_mod or option.
-
Sanitize the setting’s value for use in JavaScript.
-
Filters a Customize setting value for use in JavaScript.
-
Validate user capabilities whether the theme supports the setting.
-
Multidimensional helper function.
-
Will attempt to replace a specific value in a multidimensional array.
-
classWP_Customize_Setting
Customize Setting class.
-
Constructor.
-
Add filters to supply the setting’s value when accessed.
-
Fires when the WP_Customize_Setting::preview() method is called for settings not handled as theme_mods or options.
-
Callback function to filter non-multidimensional theme mods and options.