WP_Widget::_get_update_callback(): callable
Retrieves the widget update callback.
Return
callable Update callback.
Source
File: wp-includes/class-wp-widget.php
.
View all references
public function _get_update_callback() {
return array( $this, 'update_callback' );
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |