WP_Widget::_get_display_callback()
Retrieves the widget display callback.
Description Description
Return Return
(callable) Display callback.
Source Source
File: wp-includes/class-wp-widget.php
public function _get_display_callback() { return array( $this, 'display_callback' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |