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

WP_Customize_Setting::js_value()

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

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

Used by 1 function | Uses 3 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:613

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

Used by 1 function | Uses 2 functions

WP_Customize_Setting::update()

Method: Save the value of the setting, using the related API.

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

Used by 1 function | Uses 5 functions

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

Used by 1 function | Uses 0 functions

WP_Customize_Setting::_update_theme_mod()

Method: Deprecated method.

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

Used by 0 functions | Uses 1 function

WP_Customize_Setting::_update_option()

Method: Deprecated method.

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

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

Used by 2 functions | Uses 5 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:753

Used by 2 functions | Uses 0 functions

customize_validate_{$this->id}

Filter Hook: Validates a Customize setting value.

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

Used by 1 function | Uses 0 functions
1 2 … 4 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy