WP_List_Table::prepare_items()publicWP 3.1.0

Prepares the list of items for displaying.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$WP_List_Table = new WP_List_Table();
$WP_List_Table->prepare_items();

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

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

Код WP_List_Table::prepare_items() WP 6.5.2

public function prepare_items() {
	die( 'function WP_List_Table::prepare_items() must be overridden in a subclass.' );
}