WP_Customize_Setting
Methods
1 to 17 of 17
- WP_Customize_Setting::__construct() – Constructor.
- WP_Customize_Setting::_clear_aggregated_multidimensional_preview_applied_flag() – Clear out the previewed-applied flag for a multidimensional-aggregated value whenever its post value is updated.
- WP_Customize_Setting::_multidimensional_preview_filter() – Callback function to filter multidimensional theme mods and options.
- WP_Customize_Setting::_preview_filter() – Callback function to filter non-multidimensional theme mods and options.
- WP_Customize_Setting::_update_option() – Deprecated method.
- WP_Customize_Setting::_update_theme_mod() – Deprecated method.
- WP_Customize_Setting::aggregate_multidimensional() – Set up the setting for aggregated multidimensional values.
- WP_Customize_Setting::check_capabilities() – Validate user capabilities whether the theme supports the setting.
- WP_Customize_Setting::id_data() – Get parsed ID data for multidimensional setting.
- WP_Customize_Setting::is_current_blog_previewed() – Return true if the current site is not the same as the previewed site.
- WP_Customize_Setting::json() – Retrieves the data to export to the client via JSON.
- WP_Customize_Setting::multidimensional_isset() – Will attempt to check if a specific value in a multidimensional array is set.
- WP_Customize_Setting::multidimensional_replace() – Will attempt to replace a specific value in a multidimensional array.
- WP_Customize_Setting::multidimensional() – Multidimensional helper function.
- WP_Customize_Setting::post_value() – Fetch and sanitize the $_POST value for the setting.
- WP_Customize_Setting::reset_aggregated_multidimensionals() – Reset `$aggregated_multidimensionals` static variable.
- WP_Customize_Setting::set_root_value() – Set the root value for a setting, especially for multidimensional ones.