gform_dropbox_ssl_compatibility

gform_dropbox_ssl_compatibility

DescriptionUsageParametersPlacementSource Code

Description
The filter hook allows the SSL compatibility checks within the Dropbox add-on to be overridden. It is useful if a false negative is reported for an installed SSL certificate.
Usage
1add_filter( 'gform_dropbox_ssl_compatibility', '__return_true' );

Parameters

$ssl_support bool
If SSL is supported. If the gravityformsaddon_gravityformsdropbox_ssl option is present, returns true. Otherwise, result of checks.

Placement
This code should be placed in the functions.php file of your active theme, or ideally, in its own plugin.
Source Code
This filter is located in dropbox.php.

发表回复

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