Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-setting.php: customize_preview_{$this->type} | Fires when the WP_Customize_Setting::preview() method is called for settings not handled as theme_mods or options. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/plugin.php: has_action() | Check if any action has been registered for a hook. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
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_get() | Will attempt to fetch a specific value from a multidimensional array. |
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::value() | Fetch the value of 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: customize_preview_{$this->id} | Fires when the WP_Customize_Setting::preview() method is called for settings not handled as theme_mods or options. |