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.

發表回覆

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