BP_Bbp_Gdpr_Forums::erase_exporter( $erasers )
Register Forum data deletion.
Description
Parameters
- $erasers
-
(Required)
Return
(mixed)
Source
File: bp-core/gdpr/class-bp-bbp-gdpr-forums.php
62 63 64 65 66 67 68 69 | function erase_exporter( $erasers ) { $erasers [ 'bbp-forum' ] = array ( 'eraser_friendly_name' => __( 'Forums' , 'buddyboss' ), 'callback' => array ( $this , 'forums_eraser' ), ); return $erasers ; } |
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.