remove different admin menu for specific users
You mention user ‘status’….are you looking to show/hide the menu for classes of users (by role/capability) rather than individual users (by ID)? I do something similar so that users below a level cannot access certain back-end menu items, using current_user_can and !current_user_can. As an example, this checks to see if a user is an Editor … Read more