Retrieves the form callback.
Source
public function _get_form_callback() {
return array( $this, 'form_callback' );
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
CARVIEW |
Retrieves the form callback.
public function _get_form_callback() {
return array( $this, 'form_callback' );
}
Used by | Description |
---|---|
WP_Widget::_register_one()wp-includes/class-wp-widget.php | Registers an instance of the widget class. |
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.