wordpress - Woocommerce Checkout not Working with No CAPTCHA reCAPTCHA for WooCommerce Plugin -


when active 'no captcha recaptcha woocommerce' plugin, on checkout page of woocommerce when customer checked 'create account?' check-box , place order, not work. page scroll on top , nothing action.

any idea?

reagrds faizan

add functions.php

function my_woocommerce_before_checkout_process() {     remove_filter( 'woocommerce_registration_errors', array('wc_ncr_registration_captcha', 'validate_captcha_wc_registration'), 10 ); } add_action('woocommerce_before_checkout_process', 'my_woocommerce_before_checkout_process'); 

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -