• Resolved wowsathish

    (@wowsathish)


    I installed and created 2 new pages one for to redirect after registration and wnd one for members login and i did the configuration as mentioned but still it redirects to my account page only.
    I am using flatsometheme

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • just use the snippet and dont install this garbage

    function custom_registration_redirect() {
    // Redirect to the desired page
    wp_redirect(home_url('*your url here*'));
    exit;
    }
    add_filter('registration_redirect', 'custom_registration_redirect');
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.