wp_ajax_update_widget()

Ajax handler for updating a widget.


Source

File: wp-admin/includes/ajax-actions.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes

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