WP_List_Util::get_output()
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 List Util::get output WP 6.7.1
public function get_output() { return $this->output; }