Redirect wp-admin/profile.php -> members/username/profile/edit
-
What is the easiest way to consistently redirect members from wp-admin/profile.php to members/username/profile/edit?
I don’t want regular users to ever see the WP backend. There is also some functionality there that doesn’t even work in my template and the URL field will cause a lot of confusion with my custom xprofile URL field.
Is there a quick search/replace way to replace all instances of profile.php links with links to members/<? php magic ?>/profile/edit?
Is there a plugin that does it?
I could try to write a redirect function. Is there a hook for this?
- The topic ‘Redirect wp-admin/profile.php -> members/username/profile/edit’ is closed to new replies.