Submission_Export_XLS::bootstrap()

Bootstraps the export class by setting properties.

Description

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

Changelog
Version Description
1.0.0 Introduced.