BP_Bbp_Gdpr_Forums::register_exporter( $exporters )
Register forum exporter.
Description
Parameters
- $exporters
-
(Required)
Return
(mixed)
Source
File: bp-core/gdpr/class-bp-bbp-gdpr-forums.php
function register_exporter( $exporters ) {
$exporters['bbp-forum'] = array(
'exporter_friendly_name' => __( 'Forums', 'buddyboss' ),
'callback' => array( $this, 'forums_exporter' ),
);
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.