Bootstraps the export class by setting properties.
Description
See also
Source
File: src/components/submission-export-xls.php
protected function bootstrap() { $this->slug = 'xls'; $this->title = _x( 'XLS', 'file extension', 'torro-forms' ); $this->description = __( 'Exports submissions in XLS format, to be used by table processing software such as Excel.', 'torro-forms' ); $this->export_format = 'xls'; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |