Skip to content

Instantly share code, notes, and snippets.

@Glinkfr
Created April 1, 2019 10:52
Show Gist options
  • Save Glinkfr/16362067f87eb71b96921a9a7a22f4ce to your computer and use it in GitHub Desktop.
Save Glinkfr/16362067f87eb71b96921a9a7a22f4ce to your computer and use it in GitHub Desktop.
Supprimer le rôle utilisateur supplémentaire à WordPress
$wp_roles = new WP_Roles();
$wp_roles->remove_role("authorplus");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment