• Skip to primary navigation
  • Skip to main content
  • Skip to footer
Easy Digital Downloads a2z

Easy Digital Downloads a2z

Easy Digital Downloads a2z

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
  • _
  • #
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
Home / Archives for E

E

_edd_anonymize_customer() – Given a customer ID, anonymize the data related to that customer.

_edd_anonymize_payment() – Given a payment ID, anonymize the data related to that payment.

_edd_deprecated_function() – Marks a function as deprecated and informs when it has been used.

_edd_deprected_argument() – Marks an argument in a function deprecated and informs when it’s been used

_edd_die_handler() – Register die handler for edd_die()

_edd_privacy_get_customer_id_for_email() – Since our eraser callbacks need to look up a stored customer ID by hashed email address, developers can use this to retrieve the customer ID associated with an email address that’s being requested to be deleted even after the customer has been anonymized.

_edd_privacy_get_payment_action() – Given an EDD_Payment, determine what action should be taken during the eraser processes.

Easy_Digital_Downloads::__clone() – Throw error on object clone.

Easy_Digital_Downloads::__wakeup() – Disable unserializing of the class.

Easy_Digital_Downloads::includes() – Include required files.

Easy_Digital_Downloads::instance() – Main Easy_Digital_Downloads Instance.

Easy_Digital_Downloads::load_old_textdomain() – Load a .mo file for the old textdomain if one exists.

Easy_Digital_Downloads::load_textdomain() – Loads the plugin language files.

Easy_Digital_Downloads::setup_constants() – Setup plugin constants.

edd_activate_discount() – Activates Discount Code

edd_add_body_classes() – Adds body classes for EDD pages

edd_add_cache_busting() – Adds the ‘nocache’ parameter to the provided URL

edd_add_collection_to_cart() – Add Collection to Cart

edd_add_customer_email() – Add an email address to the customer from within the admin and log a customer note

edd_add_discount() – Sets up and stores a new discount code

edd_add_download_filters() – Add Download Filters

edd_add_download_meta_box() – Register all the meta boxes for the Download custom post type

edd_add_download_post_classes() – Adds post classes for downloads

edd_add_email_tag() – Add an email tag

edd_add_oembed_price() – Adds Download product price to oembed display

edd_add_ons_get_feed() – Add-ons Get Feed

edd_add_ons_page() – Add-ons Page

edd_add_options_link() – Creates the admin submenu pages under the Downloads menu and assigns their links to global variables

edd_add_past_purchases_to_new_user() – Looks up purchases by email that match the registering user

edd_add_rewrite_endpoints() – Register Endpoints for the Cart

edd_add_schema_microdata() – Should we add schema.org microdata?

edd_add_setting_tooltip() –

edd_add_to_cart() – Add To Cart

edd_admin_downloads_icon() – Admin Downloads Icon

edd_admin_email_notice() – Sends the Admin Sale Notification Email

edd_admin_footer_for_thickbox() – Admin Footer For Thickbox

edd_admin_notices_disabled() – Checks whether admin sale notices are disabled

edd_admin_rate_us() – Add rating links to the admin dashboard

edd_after_download_content() – After Download Content

edd_after_install() – Post-installation

edd_agree_to_terms_js() – Outputs the JavaScript code for the Agree to Terms section to toggle the T&Cs text

edd_ajax_add_to_cart() – Adds item to the cart via AJAX.

edd_ajax_apply_discount() – Validates the supplied discount sent via AJAX.

edd_ajax_customer_search() – Search the customers database via AJAX

edd_ajax_delete_payment_note() – Delete a payment note deletion with ajax

edd_ajax_download_search() – Retrieve a states drop down

edd_ajax_generate_file_download_link() – Retrieves a new download link for a purchased file

edd_ajax_get_download_title() – Get Download Title via AJAX

edd_ajax_get_states_field() – Retrieve a states drop down

edd_ajax_get_subtotal() – Gets the cart’s subtotal via AJAX.

edd_ajax_recalculate_taxes() – Recalculate cart taxes

edd_ajax_remove_discount() – Removes a discount code from the cart via ajax

edd_ajax_remove_from_cart() – Removes item from cart via AJAX.

edd_ajax_search_users() – Searches for users via ajax and returns a list of results

edd_ajax_store_payment_note() –

edd_ajax_update_cart_item_quantity() – Validates the supplied discount sent via AJAX.

edd_ajax_user_search() – Search the users database via AJAX

edd_allowed_mime_types() – Allowed Mime Types

EDD_Amazon_Payments::__construct() – Get things going

EDD_Amazon_Payments::actions() – Add actions

EDD_Amazon_Payments::ajax_get_address() – Retrieve the billing address via ajax

EDD_Amazon_Payments::capture_oauth() – Capture authentication after returning from Amazon

EDD_Amazon_Payments::check_config() – Show an error message on checkout if Amazon is enabled but not setup.

EDD_Amazon_Payments::checkout_errors() – Check for errors during checkout

EDD_Amazon_Payments::config() – Setup constant configuration for file paths

EDD_Amazon_Payments::disable_address_requirement() – Removes the requirement for entering the billing address

EDD_Amazon_Payments::filters() – Add filters

EDD_Amazon_Payments::get_amazon_authenticate_redirect() – Retrieve the return URL for Amazon after authentication on Amazon is complete

EDD_Amazon_Payments::get_amazon_checkout_uri() – Retrieve the checkout URL for Amazon after authentication is complete

EDD_Amazon_Payments::get_amazon_ipn_url() – Retrieve the IPN URL for Amazon

EDD_Amazon_Payments::get_amazon_signin_redirect() – Retrieve the URL to send customers too once sign-in is complete

EDD_Amazon_Payments::get_client() – Retrieve the client object

EDD_Amazon_Payments::get_registration_url() – Retrieve the URL for connecting Amazon account to EDD

EDD_Amazon_Payments::getInstance() – Retrieve current instance

EDD_Amazon_Payments::includes() – Load additional files

EDD_Amazon_Payments::is_setup() – Method to check if all the required settings have been filled out, allowing us to not output information without it.

EDD_Amazon_Payments::link_transaction_id() – Given a transaction ID, generate a link to the Amazon transaction ID details

EDD_Amazon_Payments::load_scripts() – Load javascript files and localized variables

EDD_Amazon_Payments::login_form() – Display the log in button

EDD_Amazon_Payments::maybe_hide_gateway_select() – Hides payment gateway select options after return from Amazon

EDD_Amazon_Payments::print_client() – Print client ID in header

EDD_Amazon_Payments::process_ipn() – Process IPN messages from Amazon

EDD_Amazon_Payments::process_purchase() – Process the purchase and create the charge in Amazon

EDD_Amazon_Payments::process_refund() – Detect a refund action from EDD

EDD_Amazon_Payments::refund() – Refund a charge in Amazon

EDD_Amazon_Payments::register_gateway_section() – Register the payment gateways setting section

EDD_Amazon_Payments::register_gateway_settings() – Register the gateway settings

EDD_Amazon_Payments::register_gateway() – Register the gateway

EDD_Amazon_Payments::register_payment_icon() – Register the payment icon

EDD_Amazon_Payments::register() – Register the payment gateway

EDD_Amazon_Payments::setup_client() – Setup the client object

EDD_Amazon_Payments::signin_redirect() – Set customer details after authentication

EDD_Amazon_Payments::wallet_form() – Display the wallet and address forms

EDD_Amazon() – Load EDD_Amazon_Payments

edd_anonymize_email() –

EDD_API_Keys_Table::__construct() – Get things started

EDD_API_Keys_Table::bulk_actions() – Display the key generation form

EDD_API_Keys_Table::column_default() – This function renders most of the columns in the list table.

EDD_API_Keys_Table::column_key() – Displays the public key rows

EDD_API_Keys_Table::column_secret() – Displays the secret key rows

EDD_API_Keys_Table::column_token() – Displays the token rows

EDD_API_Keys_Table::column_user() – Renders the column for the user field

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 19
  • Go to Next Page »

Footer

Easy Digital Downloads a2z
Easy Digital Downloads a2z
Easy Digital Downloads a2z
WordPress 5.7
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  edd.wp-a2z.org
© Copyright Easy Digital Downloads a2z 2014-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites