Disable SSL compatibility checks within the Dropbox add-on for Gravity Forms

Disable SSL compatibility checks within the Dropbox add-on for Gravity Forms on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'gform_dropbox_ssl_compatibility', '__return_true' );
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.