WP_Widget::_get_update_callback(): callable

In this article

Retrieves the widget update callback.

Return

callable Update callback.

Source

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

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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