WP_Widget::_get_form_callback

Advertisement

Summery Summery

Retrieves the form callback.

Syntax Syntax

WP_Widget::_get_form_callback()

Return Return

(callable) Form callback.

Source Source

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

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply