WP_Widget::_get_form_callback(): callable In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the form callback. Return callable Form callback. Source public function _get_form_callback() { return array( $this, 'form_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.