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

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註