WP_Widget::_get_form_callback()

Retrieves the form callback.


Description Description


Return Return

(callable) Form callback.


Top ↑

Source Source

File: wp-includes/class-wp-widget.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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