Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dansart

    (@dansart)

    Hi Fox-didl

    I will look into this and reach back to you as soon as possible.

    Best, Daniel

    Plugin Author dansart

    (@dansart)

    Hi Fox-didl
    Add this to your functions.php of your theme:

    if(is_admin()){
        remove_action('woocommerce_register_post', 'cfturnstile_woo_register_check');
    }

    This removes the action that checks if the user is a human when the function is called in the backend.

    Please let me know if that works for you.
    Best, Daniel

    Thread Starter fox-didl

    (@fox-didl)

    Thanks a lot for this fast update. Adding this to functions isn’t necessary anymoe, it seems.

    • This reply was modified 2 years, 2 months ago by fox-didl.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t add a customer in backend – failure’ is closed to new replies.