New and updated in 3.4.0
-
Changes the allowed HTTP origin result.
-
functionsend_origin_headers()
Sends Access-Control-Allow-Origin and related headers if the current request is from an allowed origin.
-
functionget_http_origin()
Gets the HTTP Origin of the current request.
-
hookhttp_origin
Changes the origin of an HTTP request.
-
functionget_allowed_http_origins()
Retrieves list of allowed HTTP origins.
-
Multidimensional helper function.
-
Will attempt to replace a specific value in a multidimensional array.
-
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.
-
A setting that is used to filter a value, but will not save the results.
Used by 0 functions | Uses 1 function | Source: wp-includes/customize/class-wp-customize-filter-setting.php:19 -
Deprecated method.
-
Saves the value of the setting, using the related API.
Used by 0 functions | Uses 0 functions | Source: wp-includes/customize/class-wp-customize-filter-setting.php:28 -
Fetch the value of the setting.
-
A setting that is used to filter a value, but will not save the results.
Used by 0 functions | Uses 1 function | Source: wp-includes/customize/class-wp-customize-header-image-setting.php:19 -
Filter a Customize setting value not handled as a theme_mod or option.
-
Used by 0 functions | Uses 3 functions | Source: wp-includes/customize/class-wp-customize-header-image-setting.php:36
-
Sanitize the setting’s value for use in JavaScript.
-
Customizer Background Image Setting class.
Used by 0 functions | Uses 1 function | Source: wp-includes/customize/class-wp-customize-background-image-setting.php:17 -
Filters a Customize setting value for use in JavaScript.
-
Validate user capabilities whether the theme supports the setting.
-
Sanitize an input.
-
Filters a Customize setting value in un-slashed form.
-
Save the value of the setting, using the related API.
-
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.