ReportExporter::get_status_key( string $report_type, string $export_id )

Generate a key to reference an export status.


Description Description


Parameters Parameters

$report_type

(Required) Report type. E.g. 'customers'.

$export_id

(Required) Unique ID for report (timestamp expected).


Top ↑

Return Return

(string) Status key.


Top ↑

Source Source

File: packages/woocommerce-admin/src/ReportExporter.php


			


Top ↑

User Contributed Notes User Contributed Notes

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