WC_Admin_Log_Table_List::get_bulk_actionsprotectedWC 1.0

Get bulk actions.

Method of the class: WC_Admin_Log_Table_List{}

No Hooks.

Returns

Array.

Usage

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

WC_Admin_Log_Table_List::get_bulk_actions() code WC 9.9.3

protected function get_bulk_actions() {
	return array(
		'delete' => __( 'Delete', 'woocommerce' ),
	);
}