Don’t work on some pages
-
I have some page witch generated programmatically without WP.
Your Plugin don’t work for this page.
In console I see:GET https://www.google.com/recaptcha/api.js?render=XXX&ver=3.0 net::ERR_ABORTED 400
Your solution for …/recaptcha-v2.php file
add_action( 'wp_enqueue_scripts', 'iqfix_wpcf7_recaptcha_enqueue_scripts', 9 );
also don’t work.but if I change it to:
remove_action( 'wp_loaded','wpcf7_recaptcha_enqueue_scripts', 10 ); add_action( 'wp_loaded','iqfix_wpcf7_recaptcha_enqueue_scripts', 10 );
works good.
Can you and this solution in next updates?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Don’t work on some pages’ is closed to new replies.