Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Privacy_Exporters::get_return( array $data = array(), $done = true )
Return export data to an exporter
Parameters Parameters
- $data
-
(array) (Optional) Array of data.
Default value: array()
Return Return
(array)
Source Source
File: includes/privacy/class-llms-privacy-exporters.php
private static function get_return( $data = array(), $done = true ) { return array( 'data' => $data, 'done' => $done, ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.18.0 | Introduced. |