Guest User

Untitled

a guest
May 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function mass_delete_menu() {
  2. $urls['admin/unlock-order/export'] = array(
  3. 'title' => t('Delete All Content By Type'),
  4. 'description' => 'Delete all content.',
  5. 'page callback' => 'mass_delete_func',
  6. 'access arguments' => array('???'),
  7. 'file' => 'mass_delete.inc',
  8. 'type' => MENU_CALLBACK
  9. );
  10.  
  11. return $urls;
  12. }
Add Comment
Please, Sign In to add comment