Created
April 1, 2019 10:52
-
-
Save Glinkfr/16362067f87eb71b96921a9a7a22f4ce to your computer and use it in GitHub Desktop.
Supprimer le rôle utilisateur supplémentaire à WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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