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
add_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.