• Resolved pietpompies

    (@pietpompies)


    Hi, thx for the plugin!

    Latest version does not have href and class added to the ‘Try Again’ link under Verify user pop up on rego.

    Found a code typo in
    class-wc-customer-email-verification-email-common.php
    line 303

    ( $resend_email_link ); ?> "class="c

    should be

    ( $resend_email_link ); ?>" class="c

    The space on the wrong side of the ” makes it invalid and gets stripped out altogether by ob_get_clean

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘‘Try Again’ popup link broken, typo in code’ is closed to new replies.