• @takayukister I have a client website, that makes 16 calls to https://domain.com/wp-json/contact-form-7/v1/contact-forms/ID/refill on the homepage alone (and they return an empty json array).

    I’m using W3TC cache with REDIS.
    This is also a WPML installation with 3 languages.

    a) The homepage only shows one form and it’s basically a name and email (no captcha).
    Furthermore, they only have 7 contact forms on the wp-admin, so why are there 16 different requests? Is there a cache or does it get the data from some old, deleted forms maybe?

    b) Is there a way to programatically remove these calls (some hook, function, whatever)?

    c) If there’s no captcha, are there any possible issues with removing these /refill calls, and how?

    Thanks for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘/refill urls’ is closed to new replies.