caldera_forms_pro_disable_updater

Blue-green banner with Caldera Forms Pro logo and Catdera

When you have the Caldera Forms Pro API client plugin active on your site, the plugin will check for updates from Github. Whenever updates are avaible, you can use the WordPress plugin screen to update the plugin.

This filter allows you to disable the updater:

Where Does This Code Go?

When using WordPress hooks to customize Caldera Forms or other plugins you should not modify the plugin files, or you will lose your changes when you update the plugin. Instead you should create a small plugin to hold the custom code. It's easy, learn how here.

Technically you can add the custom code to your theme's functions.php, but then you will not be able to change your theme and keep these customizations.

Learn More