Ajax handler for saving a widget.
File: wp-admin/includes/ajax-actions.php
function wp_ajax_update_widget() {
global $wp_customize;
$wp_customize->widgets->wp_ajax_update_widget();
} | 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