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