Lines:
1 to 27 of 27
<?php /** * Migrate File Download Logs * * Removes some PII from the log meta, and adds the customer ID of the payment to allow more accurate * file download counts for a customer. * * @subpackage Admin/Classes/EDD_SL_License_Log_Migration * @copyright Copyright (c) 2018, Easy Digital Downloads, LLC * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.6.2 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_File_Download_Log_Migration */ /* function EDD_File_Download_Log_Migration::get_data() – Get the Export Data */ /* function EDD_File_Download_Log_Migration::get_percentage_complete() – Return the calculated completion percentage */ /* function EDD_File_Download_Log_Migration::set_properties() – Set the properties specific to the payments export */ /* function EDD_File_Download_Log_Migration::process_step() – Process a step */ /* function EDD_File_Download_Log_Migration::headers() – */ /* function EDD_File_Download_Log_Migration::export() – Perform the export */ /* function EDD_File_Download_Log_Migration::pre_fetch() – Fetch total number of log IDs needing migration */ /* function EDD_File_Download_Log_Migration::get_log_ids_for_current_step() – Get the log IDs (50 based on this->per_step) for the current step */