BP_Export::register_eraser( $erasers )
Register delete callback.
Description
Parameters
- $erasers
-
(Required)
Return
(mixed)
Source
File: bp-core/gdpr/class-bp-export.php
function register_eraser( $erasers ) { $erasers[ $this->exporter_name ] = array( 'eraser_friendly_name' => $this->exporter_label, 'callback' => array( $this, "process_eraser_callback" ), ); 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.