_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_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_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.
Actions::get_subscribed_events() – Returns an array of events that this subscriber wants to listen to.
Card::do_card_extension_installer() – Outputs the product card with the extension installer style markup.
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__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_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_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__not_in_should_return_5() –
Customer_Email_Address_Tests::test_get_customer_email_addresses_with_type__not_in_should_return_5() –
Customer_Email_Address::get_object_by_id() – Stub out copy of parent method for IDE type hinting purposes.
Customer_Email_Addresses::__202002141() – Upgrade to version 202002141 – Change default value to `CURRENT_TIMESTAMP` for columns `date_created` and `date_modified`.
Customer_Email_Addresses::get_data() – Retrieve the data pertaining to the current step and migrate as necessary.