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