Remove upload_files capability from a role but allow role to manage an avatar image
Different hints to your idea to create a solution for your topic. Since longer time, WP use always role names, no level. Use always the role name ot the capability for a check in the access topic. The function current_user_can() should helps you. To remove a menu item, use the wp core function remove_menu_page( $menu_slug … Read more