BP_Export::hooks()
Register erase and export hooks.
Description
Source
File: bp-core/gdpr/class-bp-export.php
function hooks() {
add_filter( 'wp_privacy_personal_data_exporters', array( $this, 'register_exporter' ), 10 );
add_filter( 'wp_privacy_personal_data_erasers', array( $this, 'register_eraser' ), 10 );
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
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.