problem is with your logical statement.
now you are trying to remove dashboard staff where user id is not ‘279’, which means only user id 279 can see dashboard.
you can try this in if statement
if(is_admin() && $user_id == '279'){ //your codes }
Related Posts:
- Allowing users to edit only their page and nobody else’s
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- How to customize wp_signon()
- Can I create users that have access to *some* other users posts instead of all other users posts?
- Set default page for user account in admin
- Hide everything on site for visitors except specific page IDs
- Managing Users and Creating Groups [closed]
- How to disable a specific page for a specific user
- wordpress user roles are not working
- Displaying different in-page content to cliente/admin
- Problem with automatic role change through cron job
- How can I allow an User to publish only 5 posts per month?
- Where are $current_user->allcaps set?
- Allow admins to login as other users
- Can I Create a Second Admin Level User Role?
- WordPress user role with create user capability?
- Update user role for expired membership
- Custom User Role: Can Edit Own Page, Cannot Create New
- WordPress install checking permissions of user id 0
- Allowing users to edit only their page and nobody else’s
- How to bulk change user role to “No role for this site”
- Restrict Access to the User Profile
- Control Category of each user can post
- Limit user access to installing/configuring a plugin?
- Editor can create any new user except administrator
- Find out if logged in user is not subscriber
- User-edit role setting distinct from wp_capabilities? [closed]
- What the user_status column?
- Show admin bar only for some USERS roles
- Grouping users under parent user
- Check if specific username is logged in
- How to update user role without logout
- How to check user role without using current_user_can()
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- How to assign capabilities to user NOT to User Role
- How to assign an additional/extra/second user-role to multiple users (of a specific user-role)
- How to stop a user from updating the post date
- BuddyPress | Check if user is in current group [closed]
- Return ID of authors who have at least one post
- WordPress edit_user_profile_update update secondary role
- Front end user meta options for users
- Is it possible to get a user with just the password field?
- How to get the Role Name of the current user? (WordPress)
- set_role has no effect
- WP_User->add_role producing unexpected results
- Users roles, make a page belonging to multiple users
- How do I list in the backend all users that were assigned to a custom role?
- How to add local users to wordpress without email password?
- Get User Role by ID not working
- Upgrade Nightmare – No Posts, Permissions Issues and Can’t Create a new post
- remove/hide pages from users backend
- Are User Levels Still Currently Used?
- Error: How to allow the “contributor” to upload media in wordpress
- Restrict access of admin uploads to certain logged-in users?
- Remove Capabilities from WP admin for specific user role
- Fix permissions for users role
- What are some best practices for user exit strategy?
- Is there a way to identify a user in a custom REST API method? [duplicate]
- Reset Password policy
- Is possible to allow user to login with different role?
- How change user type from contributor to author
- How do I let contributors edit their posts after being approved once?
- Does wordpress support natively the concept of logging-in users? (not admins, but users of the website)
- Load user by specific role
- How to hide user profile fields based on the role of the viewed user?
- Fix ‘Add Role’ Option not there in wordpress 5.2.2
- Allow Users to Modify Some Values of Assigned WordPress Pods [closed]
- Customising “user ids” and add to ‘user’ panel in the admin area
- Unique password to access a section site
- One Click Access To Users Account In WordPress?
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- how do I add role and capability after I create a new user
- Using my own user table
- Editor role can only create/edit/delete users who have one of two roles
- Find count of WordPress users by role and search string for user name
- Hook into add_user_role and update based on new and removed roles
- fine-grained capabilities for user related capabilities
- How to use url formatter with integer
- In admin manage users page, how can I stop users with certain privileges from editing users with other privileges?
- Groups roles & capabilities
- Show user details only
- Button for users to upgrade their user role + Button to show current user role!
- Access level seems to have gone from admin to editor
- Username has been exposed
- Subscriber role – blank page
- How to get only 1 role from user
- Front end login and page restriction
- User “none” role
- view and update form only for registered users
- i need to let a user to add a role from a frontend form
- file upload user profile
- How to give different user access to different people?
- Increase by one the user counter on specific role
- Show only users with the same role in Dashboard user list
- Redirect user based on role when they try access a particular page
- determine active user browser at the same time
- MySQL query to list users who never signed in
- Send email to user if their role is changed to Author
- Remove My Account Menu items in Woocommerce based on user roles
- WordPress: New user role which is ONLY allowed to manage media