Permisions to non admin users
-
hello everybody,
because of much posts, I checked about the permission for non admin users and I will need make a change in file/classes/options.php
in line 59, where is now add_theme_page will have to change to add_menu_page that way no longer appears as submenu “appearance” but as an individual item on the menu.That done, we can use:
$role_object = get_role( 'editor' ); $role_object->add_cap( 'manage_options' );
Do you think it harms those who already configured otherwise using the plugin for users non admin?
Thank’s ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Permisions to non admin users’ is closed to new replies.