Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
If you are using HubSpot OAuth integration, use this filter to disable automatic GDPR contact deletion.
Formidable Forms is the best WordPress Form Builder plugin. Get it for free!
Usage
add_filter( 'frm_hubspot_webhook_deletion', '__return_false' );
Parameters
- None
Examples
Disable GDPR contact deletion
add_filter( 'frm_hubspot_webhook_deletion', '__return_false' );