Redirect User To Specific Page Based On Their Capability After Logging In

This PHP code redirects any user who isn’t capable of updating the core (Only admins) to a specific url on your site.

The PHP code includes the current_user_can() and wp_redirect() functions with the admin_init hook which fires before any other hook when any user logs into any wp_admin page.

You could also use the login_redirect filter.

The code above comes from the WordPress Codex and will need modifying to work.

Similar Posts

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.