BP_Bbp_Gdpr_Replies::__construct()

BP_Bbp_Gdpr_Replies constructor.

Description

Source

File: bp-core/gdpr/class-bp-bbp-gdpr-replies.php

	public function __construct() {

		add_filter( 'wp_privacy_personal_data_exporters', array( $this, 'register_exporter' ), 10 );
		add_filter( 'wp_privacy_personal_data_erasers', array( $this, 'erase_exporter' ), 10 );
	}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.