BP_Export::register_exporter( $exporters )
Register exporter callback.
Description
Parameters
- $exporters
-
(Required)
Return
(mixed)
Source
File: bp-core/gdpr/class-bp-export.php
function register_exporter( $exporters ) { $exporters[ $this->exporter_name ] = array( 'exporter_friendly_name' => $this->exporter_label, 'callback' => array( $this, 'process_export_callback' ), ); return $exporters; }
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.