_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.
AccountStatusValidator::check_merchant_account() – Determines if the merchant account is ready to accept payments.
AccountStatusValidator::check_webhook() – Confirms that the webhook is set up and has all the necessary events registered.
Browser::checkBrowserGoogleBot() – Determine if the browser is the GoogleBot or not (last updated 1.7)
Browser::checkBrowserIceCat() – Determine if the browser is Ice Cat or not (http://en.wikipedia.org/wiki/GNU_IceCat) (last updated 1.7)
Browser::checkBrowserInternetExplorer() – Determine if the browser is Internet Explorer or not (last updated 1.7)
Browser::checkBrowserNetPositive() – Determine if the browser is NetPositive or not (last updated 1.7)
Browser::checkBrowserNetscapeNavigator9Plus() – Determine if the browser is Netscape Navigator 9+ or not (last updated 1.7) NOTE: (http://browser.netscape.com/ – Official support ended on March 1st, 2008)
Browser::checkBrowserShiretoko() – Determine if the browser is Shiretoko or not (https://wiki.mozilla.org/Projects/shiretoko) (last updated 1.7)
Browser::checkBrowserSlurp() – Determine if the browser is the Yahoo! Slurp Robot or not (last updated 1.7)
Browser::checkBrowserW3CValidator() – Determine if the browser is the W3C Validator or not (last updated 1.7)
Carbon::addCenturies() – Add centuries to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addDays() – Add days to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addHours() – Add hours to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addMinutes() – Add minutes to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addMonths() – Add months to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addMonthsNoOverflow() – Add months without overflowing to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addMonthsWithOverflow() – Add months to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addQuarters() – Add quarters to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addSeconds() – Add seconds to the instance. Positive $value travels forward while negative $value travels into the past.
Carbon::addWeekdays() – Add weekdays to the instance. Positive $value travels forward while negative $value travels into the past.