You appear to be a bot. Output may be restricted
Description
Get an associative array ( option_name => option_title ) with the list of bulk actions available on this table.
Usage
$array = BW_List_Table::get_bulk_actions();
Parameters
Returns
arraySource
File name: oik/admin/class-bw-list-table.phpLines:
1 to 3 of 3
protected function get_bulk_actions() { return array(); }View on GitHub View on Trac