BP_Export::response( array $export_data = array(), bool $done = false )
Export data response.
Description
Parameters
- $export_data
-
(Optional)
Default value: array()
- $done
-
(Optional)
Default value: false
Return
(array)
Source
File: bp-core/gdpr/class-bp-export.php
function response( $export_data = array(), $done = false ) { return array( 'data' => $export_data, 'done' => $done, ); }
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.