I have a WordPress multisite network and would like to redirect all users who log into a subsite to the subsite’s home page.
I have found many plugins and functions.php code that redirect to the main site for the network, but I have been unable to find a solution that will redirect users to a subsite’s home page, thus bypassing the dashboard for the subsite.
Ideally, the solution would redirect all roles (administrator through subscriber). Any guidance would be most appreciated!
Thanks,
Mike
Try something like this:
Edited to add optional line that does not redirect if user is accessing the Dashboard.