GFORM_DISABLE_AUTO_UPDATE

GFORM_DISABLE_AUTO_UPDATE

DescriptionUsageParametersExamplePlacementSource Code

Description
Allows the overriding of automatic updates.
Usage
1define( 'GFORM_DISABLE_AUTO_UPDATE', true );

Parameters

$disabled bool
Set to 『true』 to disable automatic updates. False to use defaults. Defaults to undefined.

Example
1define( '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

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注