WP_List_Util::get_input()publicWP 4.7.0

Returns the original input array.

Method of the class: WP_List_Util{}

No Hooks.

Return

Array. The input array.

Usage

$WP_List_Util = new WP_List_Util();
$WP_List_Util->get_input();

Changelog

Since 4.7.0 Introduced.

WP_List_Util::get_input() code WP 6.5.2

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