Hook for prevent to execute the handle_captcha function

[ad_1]

Hello guys.

I would like to ask you if you have a way to prevent to use the handle_captcha function if a user is logged in from a custom way using the following WordPress function

wp_signon

This function fires the ‘authenticate‘ filter that it’s used on your plugin for execute your functions.

Is there any way I can bypass your check if I’m using a custom login form that doesn’t need your recaptcha?

Other plugin like CAPTCHA 4WP has a filter to prevent to bypass it.

$pre_check = apply_filters( 'c4wp_verify_captcha_pre', null, $response );

Then we can use the following filter to by pass it in our code.

add_filter( 'c4wp_verify_captcha_pre', '__return_true' );

Thanks for your time.

I’m looking forward your response.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer