Easy_Digital_Downloads::load_old_textdomain() – Load a .mo file for the old textdomain if one exists.
edd_add_options_link() – Creates the admin submenu pages under the Downloads menu and assigns their links to global variables
edd_count_file_downloads_of_user() – Counts the total number of files a user (or customer if an email address is given) has downloaded
edd_disable_woo_ssl_on_checkout() – Disable the WooCommerce ‘Un-force SSL when leaving checkout’ option on EDD checkout to prevent redirect loops
edd_local_taxes_only() – Check if only local taxes are enabled meaning users must opt in by using the option set from the EDD Settings.
edd_override_edit_post_for_payment_link() – Intercept default Edit post links for EDD payments and rewrite them to the View Order Details screen
edd_paypal_process_pdt_on_return() – Mark payment as complete on return from PayPal if a PayPal Identity Token is present.
edd_prices_show_tax_on_checkout() – Checks whether the user has enabled display of taxes on the checkout
edd_profile_editor_logged_out() – Output a message and login form on the profile editor when the current visitor is not logged in.
edd_refresh_permalinks_on_bad_404() – Auto flush permalinks wth a soft flush when a 404 error is detected on an EDD page
edd_update_old_payments_with_totals() – Updates all old payments, prior to 1.2, with new meta for the total purchase amount
parseCSV::_validate_offset() – Validates if the row is within the offset or not if sorting is disabled