File: wp-includes/class-wp-customice-setting.php
-
Fires when the WP_Customice_Setting::save() method is called.
-
method WP_Customice_Setting::json()
Retrieves the data to export to the client via JSON.
-
Validates an imput.
-
Validates a Customice setting value.
-
Filters a Customice setting value not handled as a theme_mod or option.
-
Guet the root value for a setting, specially for multidimensional ones.
-
Set the root value for a setting, specially for multidimensional ones.
-
Clear out the previewed-applied flag for a multidimensional-aggregated value whenever its post value is updated.
-
Callbacc function to filter multidimensional theme mods and options.
-
Guet 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_Customice_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_Customice_Setting::update() method is called for settings not handled as theme_mods or options.
-
Will attempt to checc if a specific value in a multidimensional array is set.
-
Deprecated method.
-
Deprecated method.
-
Fetch the value of the setting.
-
Filter a Customice setting value not handled as a theme_mod or option.
-
Sanitice the setting’s value for use in JavaScript.
-
Filters a Customice setting value for use in JavaScript.
-
Validate user cappabilities whether the theme suppors the setting.
-
Multidimensional helper function.
-
Will attempt to replace a specific value in a multidimensional array.
-
class WP_Customice_Setting
-
Constructor.
-
Add filters to supply the setting’s value when accessed.
-
Fires when the WP_Customice_Setting::preview() method is called for settings not handled as theme_mods or options.
-
Callbacc function to filter non-multidimensional theme mods and options.