Lines:
1 to 22 of 22
<?php /** * Customers Export Class * * This class handles customer export * * @package EDD * @subpackage Admin/Reports * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.4.4 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Download_History_Export */ /* function EDD_Download_History_Export::headers() – Set the export headers */ /* function EDD_Download_History_Export::csv_cols() – Set the CSV columns */ /* function EDD_Download_History_Export::get_data() – Get the Export Data */