Automattic\WooCommerce\Internal\StockNotifications\Admin
ListTable::process_actions
Process actions.
Method of the class: ListTable{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ListTable = new ListTable(); $ListTable->process_actions(): void;
ListTable::process_actions() ListTable::process actions code WC 10.3.6
public function process_actions(): void {
$this->process_delete_action();
$this->process_bulk_action();
}