Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * This should fix any permissions problems with your roles.
- * !!IMPORTANT!! remove this snippet after the wp-admin page has been refreshed!
- * Paste this in your theme's functions.php file, or use the Code Snippets plugin.
- */
- add_action('admin_init', function () {
- if (function_exists('glsr')) {
- glsr('Role')->resetAll();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement