Automattic\WooCommerce\Internal\Admin\ProductReviews
Reviews::load_reviews_screen()
Initializes the list table.
Метод класса: Reviews{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->load_reviews_screen() : void;
Код Reviews::load_reviews_screen() Reviews::load reviews screen WC 9.3.3
protected function load_reviews_screen() : void { $this->reviews_list_table = $this->make_reviews_list_table(); $this->reviews_list_table->process_bulk_action(); }