WP_List_Util::get_input()

Returns the original input array.


Description Description


Return Return

(array) The input array.


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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