• Hi,
    I just installed WangGuard on my website running Woocommerce with “My Account”-enabled registration. Checks OK users in backend, but does not check user registering through “My Account” registration page.

    I found this can be resolved by adding
    add_action( 'woocommerce_register_post', 'wangguard_signup_validate', 100, 3 );
    into functions.php of the theme.

    I guess (?) it may be a bug in WangGuard, which hooks wangguard_signup_validate to register_post, but not to woocommerce_register_post.
    David

  • The topic ‘Signup checking problem with Woocommerce “My Account” register’ is closed to new replies.