Automattic\WooCommerce\Internal\Admin\ProductReviews

Reviews::load_reviews_screen()protectedWC 1.0

Initializes the list table.

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

Хуков нет.

Возвращает

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

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->load_reviews_screen() : void;

Код Reviews::load_reviews_screen() WC 8.7.0

protected function load_reviews_screen() : void {
	$this->reviews_list_table = $this->make_reviews_list_table();
	$this->reviews_list_table->process_bulk_action();
}