WP_List_Util::get_output(): array

Returns the output array.


Return

array The output array.


Top ↑

Source

File: wp-includes/class-wp-list-util.php. View all references

public function get_output() {
	return $this->output;
}

Top ↑

Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.