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