what is the difference between these two filters:
avf_load_google_recaptcha_api_prohibited and avf_disable_recaptchaV3_for_post
Hey Guenter,
Thank you for the inquiry.
The avf_load_google_recaptcha_api_prohibited completely prevents the scripts from loading, no scripts will be enqueued or registered, while the avf_disable_recaptchaV3_for_post filter just prevents the theme from adding the av-recaptcha-enabled class name to the body tag, which will also disable recaptcha but the scripts will still load.
Best regards,
Ismael
Thanks for clarification.