I would like to replace the text of my “LOGIN” navigation menu, with the text “MEMBERS AREA” to achieve the following:
- If user clicks on MEMBERS AREA nav - and user is already logged in – they are redirected to a protected page
- If user clicks on MEMBERS AREA nav - and user is not logged in – they are redirected to wp-login.php (not the MOP page like we have it set up at the moment for non-logged in users who try to go to protected pages)
Additionally, I would like to redirect any logged in users away from the MOP page to a protected page.
Is this possible?
Thanks!