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