BP_Bbp_Gdpr_Topics::erase_exporter( $erasers )
Register forum topic deletion.
Description
Parameters
- $erasers
-
(Required)
Return
(mixed)
Source
File: bp-core/gdpr/class-bp-bbp-gdpr-topics.php
55 56 57 58 59 60 61 62 | function erase_exporter( $erasers ) { $erasers [ 'bbp-topic' ] = array ( 'eraser_friendly_name' => __( 'Forum Discussions' , 'buddyboss' ), 'callback' => array ( $this , 'topics_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.