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.


Top ↑

Source

File: wp-includes/class-wp-list-util.php

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

Top ↑

Changelog

Changelog
VersionDescription
4.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.