WP_Widget::_get_form_callback(): callable

In this article

Retrieves the form callback.

Return

callable Form callback.

Source

public function _get_form_callback() {
	return array( $this, 'form_callback' );
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.