Created
February 22, 2018 08:11
-
-
Save New0/9f6fc39e66c20e16a7f39d2a9a99b289 to your computer and use it in GitHub Desktop.
Set Caldera Forms Pro API keyes in a custom plugin or the functions.php file of the theme.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'caldera_forms_pro_get_public_key', function(){ | |
return '0000-0000-000000000-0000'; | |
}); | |
add_filter( 'caldera_forms_pro_get_secret_key', function(){ | |
return '0000-0000-000000000-0000'; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment