W3cubDocs

/WordPress

wp_ajax_update_widget()

Ajax handler for saving a widget.

Source

File: wp-admin/includes/ajax-actions.php

function wp_ajax_update_widget() {
	global $wp_customize;
	$wp_customize->widgets->wp_ajax_update_widget();
}

Changelog

Version Description
3.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_ajax_update_widget