• 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 APIs

__construct() –

__get() –

_edd_anonymize_customer() – Given a customer ID, anonymize the data related to that customer.

_edd_anonymize_payment() – Given a payment ID, anonymize the data related to that payment.

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

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

Array2XML::bool2str() –

Array2XML::getXMLRoot() – Convert an Array to XML

Array2XML::init() – Initialize the root XML node [optional]

Array2XML::isValidTagName() –

ArrayToXML::__construct() – Construct ArrayToXML object with selected version and encoding

ArrayToXML::buildXML() – Build an XML Data Set

ArrayToXML::isAssoc() – Check if array is associative with string based keys FROM: http://stackoverflow.com/questions/173400/php-arrays-a-good-way-to-check-if-an-array-is-associative-or-sequential/4254008#4254008

ArrayToXML::writeAttr() – Write keys in $data prefixed with @ as XML attributes, if $data is an array.

ArrayToXML::writeEl() – Write XML as per Associative Array

authorize() –

authorizeOnBillingAgreement() –

Browser::__construct() –

Browser::__toString() – Returns a formatted string with a summary of the details of the browser.

Browser::checkBrowserAmaya() – Determine if the browser is Amaya or not (last updated 1.7)

Browser::checkBrowserAndroid() – Determine if the browser is Android or not (last updated 1.7)

Browser::checkBrowserBlackBerry() – Determine if the user is using a BlackBerry (last updated 1.7)

Browser::checkBrowserChrome() – Determine if the browser is Chrome or not (last updated 1.7)

Browser::checkBrowserFirebird() – Determine if the browser is Firebird or not (last updated 1.7)

Browser::checkBrowserFirefox() – Determine if the browser is Firefox or not (last updated 1.7)

Browser::checkBrowserGaleon() – Determine if the browser is Galeon or not (last updated 1.7)

Browser::checkBrowserGoogleBot() – Determine if the browser is the GoogleBot or not (last updated 1.7)

Browser::checkBrowserIcab() – Determine if the browser is iCab 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::checkBrowserIceweasel() – Determine if the browser is Firefox or not (last updated 1.7)

Browser::checkBrowserInternetExplorer() – Determine if the browser is Internet Explorer or not (last updated 1.7)

Browser::checkBrowseriPad() – Determine if the browser is iPod or not (last updated 1.7)

Browser::checkBrowseriPhone() – Determine if the browser is iPhone or not (last updated 1.7)

Browser::checkBrowseriPod() – Determine if the browser is iPod or not (last updated 1.7)

Browser::checkBrowserKonqueror() – Determine if the browser is Konqueror or not (last updated 1.7)

Browser::checkBrowserLynx() – Determine if the browser is Lynx or not (last updated 1.7)

Browser::checkBrowserMozilla() – Determine if the browser is Mozilla or not (last updated 1.7)

Browser::checkBrowserMSNBot() – Determine if the browser is the MSNBot or not (last updated 1.9)

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::checkBrowserNokia() – Determine if the browser is Nokia or not (last updated 1.7)

Browser::checkBrowserOmniWeb() – Determine if the browser is OmniWeb or not (last updated 1.7)

Browser::checkBrowserOpera() – Determine if the browser is Opera or not (last updated 1.7)

Browser::checkBrowserPhoenix() – Determine if the browser is Phoenix or not (last updated 1.7)

Browser::checkBrowsers() – Protected routine to determine the browser type

Browser::checkBrowserSafari() – Determine if the browser is Safari or not (last updated 1.7)

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)

Browser::checkBrowserWebTv() – Determine if the browser is WebTv or not (last updated 1.7)

Browser::checkForAol() – Determine if the user is using an AOL User Agent (last updated 1.7)

Browser::checkPlatform() – Determine the user’s platform (last updated 1.7)

Browser::determine() – Protected routine to calculate and determine what the browser is in use (including platform)

Browser::getAolVersion() – The version of AOL.

Browser::getBrowser() – The name of the browser. All return types are from the class contants

Browser::getPlatform() – The name of the platform. All return types are from the class contants

Browser::getUserAgent() – Get the user agent value in use to determine the browser

Browser::getVersion() – The version of the browser.

Browser::isAol() – Is the browser from AOL?

Browser::isBrowser() – Check to see if the specific browser is valid

Browser::isChromeFrame() – Used to determine if the browser is actually "chromeframe"

Browser::isMobile() – Is the browser from a mobile device?

Browser::isRobot() – Is the browser from a robot (ex Slurp,GoogleBot)?

Browser::reset() – Reset all properties

Browser::setAol() – Set the browser to be from AOL

Browser::setAolVersion() – Set the version of AOL

Browser::setBrowser() – Set the name of the browser

Browser::setMobile() – Set the Browser to be mobile

Browser::setPlatform() – Set the name of the platform

Browser::setRobot() – Set the Browser to be a robot

Browser::setUserAgent() – Set the user agent value (the construction will use the HTTP header value – this will overwrite it)

Browser::setVersion() – Set the version of the browser

cal_days_in_month() –

cancelOrderReference() –

capture() –

charge() –

Client::__construct() –

Client::__get() –

Client::authorize() –

Client::authorizeOnBillingAgreement() –

Client::calculateSignatureAndParametersToString() –

Client::calculateSignatureAndPost() –

Client::calculateStringToSignV2() –

Client::cancelOrderReference() –

Client::capture() –

Client::charge() –

Client::checkConfigKeys() –

Client::checkIfBool() –

Client::checkIfFileExists() –

Client::closeAuthorization() –

Client::closeBillingAgreement() –

Client::closeOrderReference() –

Client::confirmBillingAgreement() –

Client::confirmOrderReference() –

Client::constructUserAgentHeader() –

Client::createOrderReferenceForId() –

Client::createServiceUrl() –

Client::getAuthorizationDetails() –

Client::getBillingAgreementDetails() –

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

Footer

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


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

  • Home
  • Blog
  • Sitemap
  • Sites