Skip to content

Instantly share code, notes, and snippets.

@gvgvgvijayan
Created January 17, 2021 09:12
Show Gist options
  • Save gvgvgvijayan/e5d8d02c361046a6ce6c7bc647825475 to your computer and use it in GitHub Desktop.
Save gvgvgvijayan/e5d8d02c361046a6ce6c7bc647825475 to your computer and use it in GitHub Desktop.
<?php
...
/**
* Get bulk actions.
*
* @return array
*/
public function get_bulk_actions() {
return array(
'trash' => __( 'Move to Trash', 'admin-table-tut' ),
);
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment