You appear to be a bot. Output may be restricted
Description
Set the CSV columns
Usage
$array = EDD_Export::csv_cols();
Parameters
Returns
array $cols All the columns
Source
File name: easy-digital-downloads/includes/admin/reporting/class-export.php
Lines:
1 to 7 of 7
public function csv_cols() { $cols = array( 'id' => __( 'ID', 'easy-digital-downloads' ), 'date' => __( 'Date', 'easy-digital-downloads' ) ); return $cols; }