Automattic\WooCommerce\Internal\Admin\ProductReviews
Reviews::load_reviews_screen
Initializes the list table.
Method of the class: Reviews{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Reviews = new Reviews(); $Reviews->load_reviews_screen(): void;
Reviews::load_reviews_screen() Reviews::load reviews screen code WC 10.8.1
public function load_reviews_screen(): void {
$this->reviews_list_table = $this->make_reviews_list_table();
$this->reviews_list_table->process_bulk_action();
}