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;
}
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
Returns the output array.
(array) The output array.
File: wp-includes/class-wp-list-util.php
public function get_output() {
return $this->output;
}
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |