• Resolved Srikanth Kamath

    (@tskamath)


    the Plugin after OTP, redirects to Account page, ignoring the hook woocommerce_registration_redirect

    function wc_custom_registration_redirect() {
    wp_logout();
    wp_destroy_current_session();
    return home_url(‘/’);
    }
    add_action(‘woocommerce_registration_redirect’, ‘wc_custom_registration_redirect’, 99);

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Cozy Vision

    (@cozyvision1)

    Hello Srikanth,

    Thank you for contacting us and highlighting the issue.

    We acknowledge your concern, and assure you we will come up with a solution for it very soon with our next update.

    We shall update you once the new version is released.

    Plugin Author Cozy Vision

    (@cozyvision1)

    Hello Srikanth,

    Thank you for your patience.

    The reported issue has been resolved.

    Please update your SMS Alert plugin to the latest version.

    Feel free to contact us on [email protected], in case you still face any issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The Plugin Mess with wp_logout(); incorrect hooking’ is closed to new replies.