You appear to be a bot. Output may be restricted
Description
Return the bulk actions supported
Delete – delete the selected ID Update – update from the source Edit – ? View – ?
Usage
OIK_Clone_List_Table::get_bulk_actions();
Parameters
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-list-table.php
Lines:
1 to 7 of 7
function get_bulk_actions() { $actions = array(); //$actions = array( 'delete' => 'Delete' // , 'update' => 'Update' // ); return $actions; }