Description
Allows the overriding of automatic updates.
Usage
define( 'GFORM_DISABLE_AUTO_UPDATE', true );
Parameters
- $disabled bool
Set to ‘true’ to disable automatic updates. False to use defaults. Defaults to undefined.
Example
define( 'GFORM_DISABLE_AUTO_UPDATE', true );
Placement
This constant should be set in your wp-config.php. See the article Wp Config Options for more details.
Source Code
This constant is accessed in gravityforms.php