Skip to content

Instantly share code, notes, and snippets.

@New0
Created February 22, 2018 08:11
Show Gist options
  • Save New0/9f6fc39e66c20e16a7f39d2a9a99b289 to your computer and use it in GitHub Desktop.
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.
<?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