Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::set_root_value() | Set the root value for a setting, especially for multidimensional ones. |
wp-includes/plugin.php: has_action() | Check if any action has been registered for a hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::multidimensional_replace() | Will attempt to replace a specific value in a multidimensional array. |
wp-includes/class-wp-customize-setting.php: customize_update_{$this->type} | Fires when the WP_Customize_Setting::update() method is called for settings not handled as theme_mods or options. |