Lines:
1 to 32 of 32
<?php /** * Download Reports Table Class * * @package EDD * @subpackage Admin/Reports * @copyright Copyright (c) 2018, Easy Digital Downloads, LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 1.5 */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; use EDD\Admin\List_Table; /* class EDD_Download_Reports_Table */ /* function EDD_Download_Reports_Table::__construct() – Get things started */ /* function EDD_Download_Reports_Table::get_primary_column_name() – Gets the name of the primary column. */ /* function EDD_Download_Reports_Table::column_default() – This function renders most of the columns in the list table. */ /* function EDD_Download_Reports_Table::get_columns() – Retrieve the table columns */ /* function EDD_Download_Reports_Table::get_sortable_columns() – Retrieve the table’s sortable columns */ /* function EDD_Download_Reports_Table::get_category() – Retrieve the category being viewed */ /* function EDD_Download_Reports_Table::get_total_downloads() – Retrieve the total number of downloads */ /* function EDD_Download_Reports_Table::bulk_actions() – Outputs the reporting views */ /* function EDD_Download_Reports_Table::category_filter() – Attaches the category filter to the log views */ /* function EDD_Download_Reports_Table::query() – Performs the products query */ /* function EDD_Download_Reports_Table::reports_data() – Build all the reports data */ /* function EDD_Download_Reports_Table::get_data */ /* function EDD_Download_Reports_Table::prepare_items() – Setup the final data for the table */