Bootstraps the export class by setting properties.
Description
See also
Source
File: src/components/submission-export-csv.php
protected function bootstrap() { $this->slug = 'csv'; $this->title = _x( 'CSV', 'file extension', 'torro-forms' ); $this->description = __( 'Exports submissions in CSV format, raw data to be used for importing into other software.', 'torro-forms' ); $this->export_format = 'csv'; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |