Set secret and site key via PHP constant
-
Hi there,
Rather than inserting the keys into the database via UI, I’d like to populate them using a PHP constant.
<?php define('CF_TURNSTILE_KEY', 'xxxxxx'); define('CF_TURNSTILE_SECRET', 'xxxxxx');
Could this feature be added, please?
Thanks
- The topic ‘Set secret and site key via PHP constant’ is closed to new replies.