• 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 an order ID, anonymize the data related to that order.

_edd_bfcache_buster() – Forces the Cache-Control header on our admin pages to send the no-store header which prevents the back-forward cache (bfcache) from storing a copy of this page in local cache. This helps make sure that page elements modified via AJAX and DOM manipulations aren’t incorrectly shown as if they never changed.

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

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

_edd_deprecated_hook() – Marks a deprecated EDD action or filter hook as deprecated and throws a notice.

_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_generic_deprecated() – Filters whether to trigger the error output for deprecated EDD files.

_edd_get_final_payment_id() – Gets the payment ID from the final edd_payment post.

_edd_needs_v3_migration() – Evaluates whether the EDD 3.0 migration should be run, based on _any_ data existing which will need to be migrated.

_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.

admin_enqueue_scripts – action

Airplane_Mode_Core::enabled() –

Ajax_UnitTestCase::edd() –

API_Exception

Authentication_Exception

Base_Object::get_errors() – Retrieves any logged errors for the object.

Base_Object::has_errors() – Determines whether the object has generated errors during instantiation.

Base_Object::setup_error_logger() – Sets up the WP_Error instance for logging errors.

Base::export() – Perform the migration.

bulk_edit_custom_box – action

Carbon::endOfCentury() – Resets the date to end of the century and time to 23:59:59

Carbon::endOfDay() – Resets the time to 23:59:59

Carbon::endOfDecade() – Resets the date to end of the decade and time to 23:59:59

Carbon::endOfMonth() – Resets the date to end of the month and time to 23:59:59

Carbon::endOfQuarter() – Resets the date to end of the quarter and time to 23:59:59

Carbon::endOfWeek() – Resets the date to end of week (defined in $weekEndsAt) and time to 23:59:59

Carbon::endOfYear() – Resets the date to end of the year and time to 23:59:59

Carbon::eq() – Determines if the instance is equal to another

Carbon::equalTo() – Determines if the instance is equal to another

Chart_Endpoint

Chart_Endpoint_Tests

Chart_Endpoint_Tests::test_check_view_with_valid_view_should_set_that_view() –

Chart_Endpoint::__construct() – Sets up the chart endpoint.

Chart_Endpoint::build_manifest() – Instantiates the manifest based on chart type and options.

Chart_Endpoint::display() – Builds and outputs the graph JS to the page.

Chart_Endpoint::get_data_by_set() – Retrieves a specific axis’ data if set.

Chart_Endpoint::get_manifest() – Retrieves the manifest instance.

Chart_Endpoint::get_options() – Retrieves the graphing library options set for the current endpoint.

Chart_Endpoint::get_type() – Retrieves the chart type.

Chart_Endpoint::get() – Retrieves the value of a graph option if set.

Chart_Endpoint::parse_display_props() – Sets display-related properties for the Endpoint.

Chart_Endpoint::set_options() – Sets options for displaying the graph.

Chart_Endpoint::set_type() – Sets the chart type.

Chart_Endpoint::setup_chart() – Sets up the chart props needed for rendering.

Customer_Email_Address

Customer_Email_Address_Tests

Customer_Email_Address_Tests::test_delete_should_return_true() –

Customer_Email_Address_Tests::test_delete_without_id_should_fail() –

Customer_Email_Address_Tests::test_email_address_object_after_update_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_customer_id__in_should_return_1() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_customer_id__not_in_should_return_5() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_email__in_should_return_1() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_email__not_in_should_return_5() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_id__not_in_should_return_5() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_invalid_customer_id_should_return_0() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_invalid_date_created_should_return_0() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_invalid_date_modified_should_return_0() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_invalid_email_should_return_0() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_invalid_id_should_return_0() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_invalid_status_should_return_0() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_invalid_type_should_return_0() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_number_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_offset_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_customer_id_and_order_asc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_customer_id_and_order_desc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_email_and_order_asc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_email_and_order_desc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_id_and_order_asc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_id_and_order_desc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_status_and_order_asc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_status_and_order_desc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_type_and_order_asc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_orderby_type_and_order_desc_should_return_true() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_status__in_should_return_1() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_status__not_in_should_return_5() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_type__in_should_return_1() –

Customer_Email_Address_Tests::test_get_customer_email_addresses_with_type__not_in_should_return_5() –

Customer_Email_Address_Tests::test_update_should_return_true() –

Customer_Email_Address_Tests::test_update_without_id_should_fail() –

Customer_Email_Address_Tests::wpSetUpBeforeClass() – Set up fixtures once.

Customer_Email_Address::__construct() –

Customer_Email_Address::create_object() –

Customer_Email_Address::delete_many() –

Customer_Email_Address::delete() –

Customer_Email_Address::get_object_by_id() – Stub out copy of parent method for IDE type hinting purposes.

Customer_Email_Address::update_object() –

Customer_Email_Addresses

Customer_Email_Addresses::__202002141() – Upgrade to version 202002141 – Change default value to `CURRENT_TIMESTAMP` for columns `date_created` and `date_modified`.

Customer_Email_Addresses::__construct() – Constructor.

Customer_Email_Addresses::get_data() – Retrieve the data pertaining to the current step and migrate as necessary.

Customer_Email_Addresses::get_percentage_complete() – Calculate the percentage completed.

Customer_Email_Addresses::set_schema() – Setup the database schema

Data_Migrator::customer_email_addresses() – Customer email addresses.

Dataset_Tests::test_get_endpoint_should_retrieve_an_Endpoint_object() –

Dataset::get_endpoint() – Retrieves the chart endpoint object for this dataset.

Dataset::get_errors() – Retrieves any logged errors for the dataset.

Dataset::has_errors() – Determines whether the dataset has generated errors during instantiation.

Dataset::set_endpoint() – Sets the chart endpoint object.

Dataset::setup_error_logger() – Sets up the WP_Error instance.

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

Footer

Easy Digital Downloads a2z
Easy Digital Downloads a2z
Easy Digital Downloads a2z
WordPress 6.1.1
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-2023. All rights reserved.


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