BP_Bbp_Gdpr_Topics::__construct()

BP_Bbp_Gdpr_Topics constructor.

Description

Source

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

22
23
24
25
26
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.