Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active May 23, 2018 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/b9f1f1d4930c2dae373c875379ec3850 to your computer and use it in GitHub Desktop.
Save Shelob9/b9f1f1d4930c2dae373c875379ec3850 to your computer and use it in GitHub Desktop.
<?php
/**
* Change URL of privacy page used for Caldera Forms consent field and privacy page magic tag
*/
add_filter( 'caldera_forms_privacy_policy_page_url', function(){
return 'https://hiroy.club/privacy';
});
<a href="{privacy_page}">Full Privacy Policy</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment