WP_List_Util::get_input() WordPress Method

The WP_List_Util::get_input() method is used to get an input from a user in the WordPress administration area. The method can be used to get input from a user either through the WordPress administration interface or through a script.

WP_List_Util::get_input() #

Returns the original input array.


Return

(array) The input array.


Top ↑

Source

File: wp-includes/class-wp-list-util.php

	public function get_input() {
		return $this->input;
	}

Top ↑

Changelog

Changelog
VersionDescription
4.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.