I want my editors to have the possibility, to add other users. I added:
$edit_editor->add_cap('create_users');
$edit_editor->add_cap('delete_users');
$edit_editor->add_cap('edit_users');
to the functions.php - but now, the editors are also able to create, change an Admin Role.
Is there any way, to exclude admin from the roles?
Thank you!
AD
