• About WordPress
    • About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register

WordPress.org

  • Showcase
  • Learn
  • Themes
  • Plugins
  • Mobile
  • Support
    • Documentation
    • Forums
  • Get Involved
    • Five for the Future
  • About
  • Blog
  • Hosting
  • Get WordPress

Code Reference

Skip to content
Filter by type:
Search
Browse: Home / Reference / wp-includes/class-wp-customize-setting.php

customize_save_{$id_base}

Action Hook: Fires when the WP_Customize_Setting::save() method is called.

Source: wp-includes/class-wp-customize-setting.php:537

Used by 1 function | Uses 0 functions

WP_Customize_Setting::json()

Method: Retrieves the data to export to the client via JSON.

Source: wp-includes/class-wp-customize-setting.php:816

Used by 0 functions | Uses 1 function

WP_Customize_Setting::validate()

Method: Validates an input.

Source: wp-includes/class-wp-customize-setting.php:587

Used by 1 function | Uses 5 functions

customize_validate_{$this->id}

Filter Hook: Validates a Customize setting value.

Source: wp-includes/class-wp-customize-setting.php:610

Used by 1 function | Uses 0 functions

customize_value_{$id_base}

Filter Hook: Filters a Customize setting value not handled as a theme_mod or option.

Source: wp-includes/class-wp-customize-setting.php:766

Used by 2 functions | Uses 0 functions

WP_Customize_Setting::get_root_value()

Method: Get the root value for a setting, especially for multidimensional ones.

Source: wp-includes/class-wp-customize-setting.php:626

Used by 2 functions | Uses 2 functions

WP_Customize_Setting::set_root_value()

Method: Set the root value for a setting, especially for multidimensional ones.

Source: wp-includes/class-wp-customize-setting.php:650

Used by 1 function | Uses 2 functions

WP_Customize_Setting::_clear_aggregated_multidimensional_preview_applied_flag()

Method: Clear out the previewed-applied flag for a multidimensional-aggregated value whenever its post value is updated.

Source: wp-includes/class-wp-customize-setting.php:431

Used by 0 functions | Uses 0 functions

WP_Customize_Setting::_multidimensional_preview_filter()

Method: Callback function to filter multidimensional theme mods and options.

Source: wp-includes/class-wp-customize-setting.php:479

Used by 0 functions | Uses 1 function

WP_Customize_Setting::id_data()

Method: Get parsed ID data for multidimensional setting.

Source: wp-includes/class-wp-customize-setting.php:231

Used by 0 functions | Uses 0 functions

WP_Customize_Setting::aggregate_multidimensional()

Method: Set up the setting for aggregated multidimensional values.

Source: wp-includes/class-wp-customize-setting.php:243

Used by 1 function | Uses 2 functions

WP_Customize_Setting::is_current_blog_previewed()

Method: Return true if the current site is not the same as the previewed site.

Source: wp-includes/class-wp-customize-setting.php:290

Used by 2 functions | Uses 1 function

customize_preview_{$this->type}

Action Hook: Fires when the WP_Customize_Setting::preview() method is called for settings not handled as theme_mods or options.

Source: wp-includes/class-wp-customize-setting.php:411

Used by 1 function | Uses 0 functions

WP_Customize_Setting::js_value()

Method: Sanitize the setting’s value for use in JavaScript.

Source: wp-includes/class-wp-customize-setting.php:788

Used by 1 function | Uses 3 functions

customize_sanitize_js_{$this->id}

Filter Hook: Filters a Customize setting value for use in JavaScript.

Source: wp-includes/class-wp-customize-setting.php:800

Used by 1 function | Uses 0 functions

WP_Customize_Setting::check_capabilities()

Method: Validate user capabilities whether the theme supports the setting.

Source: wp-includes/class-wp-customize-setting.php:832

Used by 1 function | Uses 2 functions

WP_Customize_Setting::multidimensional()

Method: Multidimensional helper function.

Source: wp-includes/class-wp-customize-setting.php:854

Used by 2 functions | Uses 0 functions

WP_Customize_Setting::multidimensional_replace()

Method: Will attempt to replace a specific value in a multidimensional array.

Source: wp-includes/class-wp-customize-setting.php:909

Used by 1 function | Uses 1 function

WP_Customize_Setting::multidimensional_get()

Method: Will attempt to fetch a specific value from a multidimensional array.

Source: wp-includes/class-wp-customize-setting.php:935

Used by 3 functions | Uses 1 function

customize_update_{$this->type}

Action Hook: Fires when the WP_Customize_Setting::update() method is called for settings not handled as theme_mods or options.

Source: wp-includes/class-wp-customize-setting.php:702

Used by 1 function | Uses 0 functions

WP_Customize_Setting::multidimensional_isset()

Method: Will attempt to check if a specific value in a multidimensional array is set.

Source: wp-includes/class-wp-customize-setting.php:953

Used by 0 functions | Uses 1 function

WP_Customize_Setting::_update_theme_mod()

Method: Deprecated method.

Source: wp-includes/class-wp-customize-setting.php:714

Used by 0 functions | Uses 1 function

WP_Customize_Setting::_update_option()

Method: Deprecated method.

Source: wp-includes/class-wp-customize-setting.php:724

Used by 0 functions | Uses 1 function

WP_Customize_Setting::value()

Method: Fetch the value of the setting.

Source: wp-includes/class-wp-customize-setting.php:735

Used by 2 functions | Uses 5 functions

customize_value_{$this->id_data[‘base’]}

Filter Hook: Filter a Customize setting value not handled as a theme_mod or option.

Source: wp-includes/class-wp-customize-setting.php:400

Used by 0 functions | Uses 0 functions

WP_Customize_Setting::save()

Method: Checks user capabilities and theme supports, and then saves the value of the setting.

Source: wp-includes/class-wp-customize-setting.php:518

Used by 0 functions | Uses 5 functions

customize_save_{$this->id_data[‘base’]}

Action Hook: Fires when the WP_Customize_Setting::save() method is called.

Source: wp-includes/class-wp-customize-setting.php:493

Used by 0 functions | Uses 0 functions

WP_Customize_Setting::post_value()

Method: Fetch and sanitize the $_POST value for the setting.

Source: wp-includes/class-wp-customize-setting.php:552

Used by 4 functions | Uses 0 functions

WP_Customize_Setting::sanitize()

Method: Sanitize an input.

Source: wp-includes/class-wp-customize-setting.php:564

Used by 0 functions | Uses 2 functions

customize_sanitize_{$this->id}

Filter Hook: Filters a Customize setting value in un-slashed form.

Source: wp-includes/class-wp-customize-setting.php:574

Used by 3 functions | Uses 0 functions
1 2 Next »
  • About
  • Blog
  • Hosting
  • Donate
  • Support
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
  • @WordPress
  • WordPress

Code is Poetry.