Used By
Used By | Description |
---|---|
wp-includes/class-wp-widget.php: WP_Widget::_register_one() | Registers an instance of the widget class. |
Retrieves the widget display callback.
(callable) Display callback.
File: wp-includes/class-wp-widget.php
public function _get_display_callback() { return array( $this, 'display_callback' ); }
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_widget/_get_display_callback