Reply 326347 to: how can i change account redirection on Header ?

Avatar: Rose Tyler
Rose Tyler
Support staff
June 20, 2022 at 13:05

Hello

Would you like to have next result https://prnt.sc/xMvWLogJSgWT ?
If so then you may add next code to your child-theme/functions.php
or you may install any Code Snippets plugin and add the code to their php code areas.

Code:

add_filter('header_account_link', function($url) {
return get_dashboard_url();
});

Backend: https://prnt.sc/AsSFjFmRbeOG

If you would like to have another result, please, provide us more details with screenshots or example urls for logged In and unlogged In users.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.