WC_Admin_Log_Table_List::get_bulk_actions()

Get bulk actions.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/admin/class-wc-admin-log-table-list.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.