LLMS_Processor_Table_To_Csv::dispatch_generation( string $handler, int $user_id, $args = array() )
Action triggered to queue queries needed to generate the CSV
Parameters Parameters
- $handler
-
(string) (Required) LLMS_Table Handler name
- $user_id
-
(int) (Required) WP User ID of the user who initiated the export
Return Return
(void)
Source Source
File: includes/processors/class.llms.processor.table.to.csv.php
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |