WP_List_Util::get_output()
Returns the output array.
Description Description
Return Return
(array) The output array.
Source Source
File: wp-includes/class-wp-list-util.php
public function get_output() { return $this->output; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |