Automattic\WooCommerce\Internal\Admin\ProductReviews

Reviews::load_reviews_screen()protectedWC 1.0

Initializes the list table.

Method of the class: Reviews{}

No Hooks.

Return

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->load_reviews_screen() : void;

Reviews::load_reviews_screen() code 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();
}