Support

Account

Home Forums Backend Issues (wp-admin) Backend shows information only of own user Reply To: Backend shows information only of own user

  • Awesome! Don’t forget that you can make your own permission checks with http://wordpress.org/plugins/user-role-editor/… so instead of checking for current_user_can('level_5') you could do something like current_user_can('browse_media') – and then you can assign that permission to any role you wish!