Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-setting.php: customize_save_{$id_base} | Fires when the WP_Customize_Setting::save() method is called. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::check_capabilities() | Validate user capabilities whether the theme supports the setting. |
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::post_value() | Fetch and sanitize the $_POST value for the setting. |
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::update() | Save the value of the setting, using the related API. |