W3cubDocs

/WordPress

WP_Widget::_get_update_callback()

Retrieves the widget update callback.

Return

(callable) Update callback.

Source

File: wp-includes/class-wp-widget.php

public function _get_update_callback() {
		return array( $this, 'update_callback' );
	}

Changelog

Version Description
2.8.0 Introduced.

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