Viewing 2 replies - 1 through 2 (of 2 total)
  • Topdev

    (@tannya1808)

    I also encountered an error in the console. I was able to fix it by adding wp-util to the script dependencies.

    In the plugin file recaptcha-woo.php, I updated the line:

    wp_enqueue_script(‘rcfwc-js’, plugins_url(‘/js/rcfwc.js’, FILE), array(‘jquery’, ‘wp-util’), ‘1.0’, array(‘strategy’ => ‘defer’));

    This might be a temporary solution until the developers fix the issue.

    KyleStilkey

    (@kylestilkey)

    @tannya1808 I want to say thank you, this resolved my error for now. I appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.