WC_Admin_Webhooks_Table_List::get_bulk_actions()
Get bulk actions.
Method of the class: WC_Admin_Webhooks_Table_List{}
No Hooks.
Return
Array
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_bulk_actions();
WC_Admin_Webhooks_Table_List::get_bulk_actions() WC Admin Webhooks Table List::get bulk actions code WC 7.5.1
protected function get_bulk_actions() { return array( 'delete' => __( 'Delete permanently', 'woocommerce' ), ); }