Browser::setUserAgent() – Set the user agent value (the construction will use the HTTP header value – this will overwrite it)
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_API::get_default_sales_stats() – Generate the default sales stats returned by the ‘stats’ endpoint
EDD_API::set_query_mode() – Determines the kind of query requested and also ensure it is a valid query
edd_build_straight_to_gateway_data() – Build the purchase data for a straight-to-gateway purchase button
EDD_Cache_Helper::w3tc_suspend_cache_addition_post() – Prevents W3TC from adding to the cache after modifying data
EDD_Cache_Helper::w3tc_suspend_cache_addition_pre() – Prevents W3TC from adding to the cache prior to modifying data
edd_cleanup_stats_transients() – Deletes edd_stats_ transients that have expired to prevent database clogs
edd_currency_symbol() – Given a currency determine the symbol to use. If no currency given, site default is used.
EDD_Customer_Query::get_search_sql() – Used internally to generate an SQL string for searching across multiple columns.
EDD_Customer_Query::set_found_items() – Populates the found_items property for the current query if the limit clause was used.
EDD_DB_Customer_Meta::sanitize_customer_id() – Given a customer ID, make sure it’s a positive number, greater than zero before inserting or adding.
edd_disable_woo_ssl_on_checkout() – Disable the WooCommerce ‘Un-force SSL when leaving checkout’ option on EDD checkout to prevent redirect loops
edd_discount_status_cleanup() – Updates discounts that are expired or at max use (that are not already marked as so) as inactive or expired
EDD_Discount::get_is_single_use() – Retrieve the usage limit per limit (if the discount can only be used once per customer).