Used By
Used By | Description |
---|---|
wp-includes/class-wp-widget.php: WP_Widget::_register_one() | Registers an instance of the widget class. |
Retrieves the form callback.
(callable) Form callback.
File: wp-includes/class-wp-widget.php
public function _get_form_callback() { return array( $this, 'form_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_form_callback