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

180
181
182
183
184
185
function response( $export_data = array(), $done = false ) {
    return array(
        'data' => $export_data,
        'done' => $done,
    );
}

Changelog

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.