EDD_API_Request_Log_Table::column_default() – This function renders most of the columns in the list table.
EDD_API_Request_Log_Table::has_items() – Since our "bulk actions" are navigational, we want them to always show, not just when there’s items
EDD_Batch_API_Requests_Export::get_percentage_complete() – Return the calculated completion percentage
EDD_Batch_Earnings_Report_Export::get_percentage_complete() – Return the calculated completion percentage
EDD_Batch_Earnings_Report_Export::get_status_cols() – Specifically retrieve the headers for supported order statuses.
EDD_Batch_Earnings_Report_Export::get_supported_statuses() – Get a list of the statuses supported in this report.
EDD_Batch_Earnings_Report_Export::set_properties() – Set the properties specific to the earnings report.
EDD_Categories_Reports_Table::column_default() – This function renders most of the columns in the list table.
EDD_Customer_Reports_Table::column_default() – This function renders most of the columns in the list table.
EDD_DB_Customer_Meta::register_table() – Register the table with $wpdb so the metadata api can find it
edd_disable_404_redirected_redirect() – Prevents the Purchase Confirmation screen from being detected as a 404 error in the 404 Redirected plugin
EDD_Discount::get_product_reqs() – Retrieve the discount requirements for the discount to be satisfied.
EDD_Discount::is_product_requirements_met() – Are the product requirements met for the discount to hold.
EDD_Download_Reports_Table::column_default() – This function renders most of the columns in the list table.