Skip to content

Instantly share code, notes, and snippets.

@radarin
Created January 26, 2019 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radarin/e1fbce8e6aa1af6f32e2330c4bf648e5 to your computer and use it in GitHub Desktop.
Save radarin/e1fbce8e6aa1af6f32e2330c4bf648e5 to your computer and use it in GitHub Desktop.
Benutzerrolle löschen
<?php
//check if role exists before removing it
if( get_role('entwurfsautor') ){
remove_role( 'entwurfsautor' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment