Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(!role_exists('cfi_g')){ add_role('cfi_g' , 'CFI-G',
  2. array('edit_gc_instruction')); } else {
  3.  
  4. $all_roles = $wp_roles->roles;
  5. $editable_roles = apply_filters('editable_roles', $all_roles);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement