reCaptcha for WooCommerce form login
-
Please add this line:
add_action( 'woocommerce_login_form', array( $this, 'uncr_display_captcha' ), 10, 2 ); add_action( 'woocommerce_lostpassword_form', array( $this, 'uncr_display_captcha' ), 10, 2 );
To constructor of “class ncr_captcha_on_login extends ncr_base_class” and you plugin support woocommerce ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘reCaptcha for WooCommerce form login’ is closed to new replies.