WC_Admin_Webhooks_Table_List::get_bulk_actions()
Get bulk actions.
Description Description
Return Return
(array)
Source Source
File: includes/admin/class-wc-admin-webhooks-table-list.php
protected function get_bulk_actions() {
return array(
'delete' => __( 'Delete permanently', 'woocommerce' ),
);
}