Redirect on login problem
-
Hello, thanks for your useful plugin.
I have a problem with the login redirect. I´ve tried with:
——
function yikes_custom_login_redirect_after_login() { // Redirect users to the homepage after successful login return home_url(); } add_filter( 'custom-wp-login-login-redirect-url', 'yikes_custom_login_redirect_after_login' );——-
But the user is redirect to the woocommerce my account page.
Thanks in advance,
FernandoThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Redirect on login problem’ is closed to new replies.