Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    You can override the API endpoint URL by re-calling wp_enqueue_script(). I’ll consider adding a filter hook that lets you do it more easily.

    Thread Starter jean-gui

    (@jean-gui)

    Thanks, I’ll try that until there’s a better option.

    I noticed in the code that google.com was used in two places, but wp_enqueue_script would only be able to override one of them.
    This shouldn’t be an issue for me as I believe the second google.com is used to make server-side requests, but it could matter for people hosting a WP blog in China.

    How do you re-call the wp_enqueue_script() to make this possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use recaptcha.net instead of google.com for reCAPTCHA v3’ is closed to new replies.