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