WP_List_Util::get_input
Returns the original input array.
Method of the class: WP_List_Util{}
No Hooks.
Returns
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() WP List Util::get input code WP 6.9
public function get_input() {
return $this->input;
}