Hi, my goal is to redirect a non admin user to a specific page after the login, where the url is a CPT url which acts as its private area of investors.
I have a CPT called “investors”, and a bidirectional ACF user field which relates each post with user/s allowed to see it.
Which is the best approach to achieve this?
If a post is related to two users, I should redirect these users to the exact post after their log in.
Thanks in advance