Methods
1 to 14 of 14
- EDD_Batch_Import::__construct() – Get things started
- EDD_Batch_Import::can_import() – Can we import?
- EDD_Batch_Import::convert_file_string_to_array() – Convert a files string containing delimiters to an array.
- EDD_Batch_Import::get_columns() – Get the CSV columns
- EDD_Batch_Import::get_csv_file() – Parses the CSV from the file and returns the data as an array.
- EDD_Batch_Import::get_first_row() – Get the first row of the CSV
- EDD_Batch_Import::get_import_type_label() – Retrieve the label for the import type. Example: Payments
- EDD_Batch_Import::get_list_table_url() – Retrieve the URL to the list table for the import data type
- EDD_Batch_Import::get_percentage_complete() – Return the calculated completion percentage
- EDD_Batch_Import::init() – Initialize the updater. Runs after import file is loaded but before any processing is done.
- EDD_Batch_Import::map_fields() – Map CSV columns to import fields
- EDD_Batch_Import::process_step() – Process a step
- EDD_Batch_Import::str_to_array() – Convert a string containing delimiters to an array
- EDD_Batch_Import::trim_preview() – Trims a column value for preview