WP_List_Util::get_output()publicWP 4.7.0

Returns the output array.

Метод класса: WP_List_Util{}

Хуков нет.

Возвращает

Массив. The output array.

Использование

$WP_List_Util = new WP_List_Util();
$WP_List_Util->get_output();

Список изменений

С версии 4.7.0 Введена.

Код WP_List_Util::get_output() WP 6.4.3

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