Viewing 1 replies (of 1 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.

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