Hi there,
I want to programmatically update the recaptcha v3 key values for Gravity forms using theme’s function file or from another plugin. How can I achieve that? Is there any hook for that?
The keys aren’t stored in separate options like that, they are stored with the other add-on settings in an array with gravityformsaddon_gravityformsrecaptcha_settings as the option name.
Thanks for the quick reply. From the documentation I see these constants need to be defined in wp-config.php, is it possible to define them from within the theme’s function.php or from any other plugin?