WP_Widget::_get_form_callback()
Retrieves the form callback.
Return
(callable) Form callback.
Source
File: wp-includes/class-wp-widget.php
public function _get_form_callback() { return array( $this, 'form_callback' ); }
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_widget/_get_form_callback