Lines:
1 to 27 of 27
<?php /** * Recount store earnings * * This class handles batch processing of recounting earnings * * @subpackage Admin/Tools/EDD_Tools_Recount_Store_Earnings * @copyright Copyright (c) 2015, Chris Klosowski * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.5 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Tools_Recount_Store_Earnings */ /* function EDD_Tools_Recount_Store_Earnings::get_data() – Get the Export Data */ /* function EDD_Tools_Recount_Store_Earnings::get_percentage_complete() – Return the calculated completion percentage */ /* function EDD_Tools_Recount_Store_Earnings::set_properties() – Set the properties specific to the payments export */ /* function EDD_Tools_Recount_Store_Earnings::process_step() – Process a step */ /* function EDD_Tools_Recount_Store_Earnings::headers() – */ /* function EDD_Tools_Recount_Store_Earnings::export() – Perform the export */ /* function EDD_Tools_Recount_Store_Earnings::get_stored_data() – Given a key, get the information from the Database Directly */ /* function EDD_Tools_Recount_Store_Earnings::store_data() – Give a key, store the value */ /* function EDD_Tools_Recount_Store_Earnings::delete_data() – Delete an option */