wordpress / latest / classes / wp_list_util / get_input.html

WP_List_Util::get_input(): array

Returns the original input array.

Return

array The input array.

Source

File: wp-includes/class-wp-list-util.php. View all references

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

Changelog

Version Description
4.7.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_list_util/get_input