Viewing 2 replies - 1 through 2 (of 2 total)
  • The issue was fixed with Version 1.6.4 of the add-customer-for-woocommerce plugin.

    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.

    Thread Starter fox-didl

    (@fox-didl)

    Thanks a lot for this fast upate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin prevents adding a customer in backend’ is closed to new replies.