wpcrm_system_gdpr_contact_custom_fields
The wpcrm_system_gdpr_contact_custom_fields filter is passed an array of your contact’s custom fields.
The array will look something like this
$custom_fields[$field_name] = $field_value;
You can modify this array if there is certain information that you want to have added or removed from the array.