LLMS_Privacy_Exporters::maybe_add_export_files( string $archive_pathname, string $archive_url, string $html_report_pathname, int $request_id )
Add files to the zip file for a data export request Adds certificate files into the /certificates/ directory within the archive
Description Description
Parameters Parameters
- $archive_pathname
-
(Required) full path to the zip archive
- $archive_url
-
(Required) full uri to the zip archive
- $html_report_pathname
-
(Required) full path to the .html file within the archive
- $request_id
-
(Required) WP Post ID of the export request
Return Return
(void)
Source Source
File: includes/privacy/class-llms-privacy-exporters.php
Changelog Changelog
Version | Description |
---|---|
3.18.0 | Introduced. |