WP_List_Util::get_output(): array
Returns the output array.
Contents
Return
array The output array.
Source
File: wp-includes/class-wp-list-util.php
.
View all references
public function get_output() {
return $this->output;
}
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |