wp_ajax_update_widget()

Ajax handler for saving a widget.


Description Description


Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.