WP_List_Util::get_output() WordPress Method
The WP_List_Util::get_output() method is a utility for getting an HTML string for a list of objects. The method takes an array of objects and an array of columns, and outputs an HTML string for a list table.
WP_List_Util::get_output() #
Returns the output array.
Return
(array) The output array.
Source
File: wp-includes/class-wp-list-util.php
public function get_output() { return $this->output; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |