Skip to content
  • Log In
  • Register
WordPress.org
  • News
  • Download & Extend
    • Get WordPress
    • Themes
    • Patterns
    • Plugins
    • Openverse
    • Mobile
    • Hosting
  • Learn
    • Learn WordPress
    • Documentation
    • Forums
    • WordPress.tv
    • Developers
  • Community
    • Make WordPress
    • WordCamp
    • Meetups
    • Photo Directory
    • Job Board
    • Five for the Future
  • About
    • About WordPress
    • Showcase
    • Gutenberg
    • Enterprise
  • Get WordPress
Get WordPress

Developer Resources

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:539

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:818

Used by 0 functions | Uses 1 function

WP_Customize_Setting::validate()

Method: Validates an input.

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

Used by 1 function | Uses 4 functions

customize_validate_{$this->id}

Filter Hook: Validates a Customize setting value.

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

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:768

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:628

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:652

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:432

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:480

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:232

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:244

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:291

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:412

Used by 1 function | Uses 0 functions

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:937

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:704

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:955

Used by 0 functions | Uses 1 function

WP_Customize_Setting::_update_theme_mod()

Method: Deprecated method.

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

Used by 0 functions | Uses 1 function

WP_Customize_Setting::_update_option()

Method: Deprecated method.

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

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:737

Used by 2 functions | Uses 4 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::js_value()

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

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

Used by 1 function | Uses 2 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:802

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:834

Used by 1 function | Uses 2 functions

WP_Customize_Setting::multidimensional()

Method: Multidimensional helper function.

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

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:911

Used by 1 function | Uses 1 function

WP_Customize_Setting

Class: Customize Setting class.

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

Used by 6 functions | Uses 0 functions

WP_Customize_Setting::__construct()

Method: Constructor.

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

Used by 3 functions | Uses 2 functions

WP_Customize_Setting::preview()

Method: Add filters to supply the setting’s value when accessed.

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

Used by 0 functions | Uses 8 functions

customize_preview_{$this->id}

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:400

Used by 1 function | Uses 0 functions

WP_Customize_Setting::_preview_filter()

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

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

Used by 0 functions | Uses 2 functions
1 2 Next
  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org
  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Code is Poetry