How do I move the position of the captcha box?

[ad_1]

We don’t have an option for that. The captcha box gets added in the default order of the fields.

You can try setting a priority for when it’s added by editing advanced-google-recaptcha/inc/core.php around line 310:

add_action( 'woocommerce_checkout_process', 'advanced_google_recaptcha_check_woo_checkout_form' );

and change that to:
add_action( 'woocommerce_checkout_process', 'advanced_google_recaptcha_check_woo_checkout_form', 1);

if you want it to run sooner or:
add_action( 'woocommerce_checkout_process', 'advanced_google_recaptcha_check_woo_checkout_form' , 1000);

if you want it to run later.

 

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