/ Published in: PHP
Screw up and make a role you don't want? Or want to remove default roles? Its easy! Just run this PHP snippet - probably in something like the theme's functions.php file. That worked out get for me there. Just refreshing the admin page was all it took!
Expand |
Embed | Plain Text
$wp_roles = new WP_Roles(); $wp_roles->remove_role("your_role");
You need to login to post a comment.
