Home › Forums › WoodMart support forum › How can redirect user to another url as a login page? › Reply To: How can redirect user to another url as a login page?
October 17, 2022 at 12:49 pm
#414357
Luke Nielsen
Keymaster
Hello,
Please try to use the below code, enter it into the functions.php
file in your child theme.
add_filter( 'woodmart_my_account_side_login_form_redirect', function () {
return get_permalink( '9255' );
});
Kind Regards