WP_List_Util::get_output()publicWP 4.7.0

Returns the output array.

Method of the class: WP_List_Util{}

No Hooks.

Return

Array. The output array.

Usage

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

Changelog

Since 4.7.0 Introduced.

WP_List_Util::get_output() code WP 6.5.2

public function get_output() {
	return $this->output;
}