Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active September 6, 2017 19:23
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/120fc8bf05ead93bd650bd13e5eb26d1 to your computer and use it in GitHub Desktop.
Save Shelob9/120fc8bf05ead93bd650bd13e5eb26d1 to your computer and use it in GitHub Desktop.
<?php
/**
* Disable updates of Caldera Forms Pro from Github.
*/
add_filter( 'caldera_forms_pro_disable_updater', '__return_true' );
<?php
/**
* Don't log errors to Caldera Forms Pro
*/
add_filter( 'caldera_forms_pro_log_mode', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment