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


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/privacy/class-llms-privacy-exporters.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.18.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.