1 to 30 of 6274
- __construct() –
- __get() –
- _disable_reqs() –
- _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.
- _is_item_total_mismatch() – Attempts to detect if there’s an item total mismatch. This means the individual item breakdowns don’t add up to our proposed totals.
- _manually_load_plugin() –
- AccountStatusValidator::__construct() – AccountStatusValidator constructor.
- AccountStatusValidator::check_merchant_account() – Determines if the merchant account is ready to accept payments.
- AccountStatusValidator::check_rest() – Checks for valid REST API credentials.
- AccountStatusValidator::check_webhook() – Confirms that the webhook is set up and has all the necessary events registered.
- AccountStatusValidator::check() – Checks everything.
- add_data_attributes() – Adds data attributes to the PayPal JS SDK <script> tag.
- add_refund_javascript() – Adds a "Refund in PayPal" checkbox when switching the payment’s status to "Refunded".
- add_report() – Registers a new report.
- Adjustment_Meta::set_schema() – Setup the database schema.
- Adjustment::__construct() – Sets up the adjustment query, based on the query vars passed.
- Adjustments::__201906031() – Upgrade to version 201906031 – Drop the `product_condition` column.
- Adjustments::__202002121() – Upgrade to version 202002121 – Change default value to `null` for columns `start_date` and `end_date`.