WP_Widget::_get_display_callback(): callable In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the widget display callback. Return callable Display callback. Source public function _get_display_callback() { return array( $this, 'display_callback' ); } View all references View on Trac View on GitHub Related Used byDescriptionWP_Widget::_register_one()wp-includes/class-wp-widget.phpRegisters an instance of the widget class. Changelog VersionDescription2.8.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.