You appear to be a bot. Output may be restricted
Description
Retrieve the CSV columns
Usage
$array = EDD_Export::get_csv_cols();
Parameters
Returns
array $cols Array of the columns
Source
File name: easy-digital-downloads/includes/admin/reporting/class-export.php
Lines:
1 to 4 of 4
public function get_csv_cols() { $cols = $this->csv_cols(); return apply_filters( 'edd_export_csv_cols_' . $this->export_type, $cols ); }