I am setting up a new membership website. I only have one issue that I can’t resolve. Once a member is logged I don’t want them to go to the dashboard to edit their profile but instead to the website profile page.
Where and how do I change this?
I am setting up a new membership website. I only have one issue that I can’t resolve. Once a member is logged I don’t want them to go to the dashboard to edit their profile but instead to the website profile page.
Where and how do I change this?
You must be logged in to post a comment.
The filter hook
edit_profile_url
does that. It returns the URL and provides the User ID so you can use it for some customization of the new URL.Q&A of interest: Where to put my code: plugin or functions.php?