Automattic\WooCommerce\Internal\StockNotifications\Admin

ListTable::process_actionspublicWC 1.0

Process actions.

Method of the class: ListTable{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ListTable = new ListTable();
$ListTable->process_actions(): void;

ListTable::process_actions() code WC 10.3.6

public function process_actions(): void {
	$this->process_delete_action();
	$this->process_bulk_action();
}