Edit profile link
Quote from exmachina on August 21, 2018, 12:16 amHi! I notice thant in the profile section of the forum theres a hyperlink that says “edit profile” but it points to “mypage/wp-admin/profile.php”, even if the actual profile isnt an admin one. I been looking everywere to change this but cant manage to find a way to change it so it goes to the user profile, or in case that couldnt be done, erase the “edit profile” option. Somebody has any clue?
Hi! I notice thant in the profile section of the forum theres a hyperlink that says “edit profile” but it points to “mypage/wp-admin/profile.php”, even if the actual profile isnt an admin one. I been looking everywere to change this but cant manage to find a way to change it so it goes to the user profile, or in case that couldnt be done, erase the “edit profile” option. Somebody has any clue?
Quote from Asgaros on August 21, 2018, 6:14 amHello @exmachina
The link points to the correct location. The backend is the default profile-management location for every user. It has nothing to do if an user is an admin or not. Normal users can edit their profile there as well which doesnt mean that he have access to any other admin-pages. The only thing a default user can do there is to edit his own profile.
If you want to change this url you have to use the available WordPress filter for it:
https://codex.wordpress.org/Plugin_API/Filter_Reference/edit_profile_url
Hello @exmachina
The link points to the correct location. The backend is the default profile-management location for every user. It has nothing to do if an user is an admin or not. Normal users can edit their profile there as well which doesnt mean that he have access to any other admin-pages. The only thing a default user can do there is to edit his own profile.
If you want to change this url you have to use the available WordPress filter for it:
https://codex.wordpress.org/Plugin_API/Filter_Reference/edit_profile_url
Quote from exmachina on August 21, 2018, 4:46 pmYes, i notice that later here but already posted it, got it working now editing theĀ edit_profile_url, thank you very much!
Yes, i notice that later here but already posted it, got it working now editing theĀ edit_profile_url, thank you very much!