Google reCaptcha doesn’t load
-
Hello
When I use the filter
add_filter( ‘wpcf7_load_js’, ‘__return_false’ );
to prevent loading default JS scripts and then I run the function
if ( function_exists( ‘wpcf7_enqueue_scripts’ ) ) {
wpcf7_enqueue_scripts();
}just to load the scripts on the contact page, the Google reCaptcha doesn’t load.
Any clue to solve this issue?
Many thanks
- The topic ‘Google reCaptcha doesn’t load’ is closed to new replies.