You appear to be a bot. Output may be restricted
Description
The main function for that returns Easy_Digital_Downloads
The main function responsible for returning the one true Easy_Digital_Downloads Instance to functions everywhere. Use this function like you would a global variable, except without needing to declare the global. Example: <?php $edd = EDD(); ?>
Usage
$object|Easy_Digital_Downloads = EDD();
Parameters
Returns
object|Easy_Digital_Downloads The one true Easy_Digital_Downloads Instance.
Source
File name: easy-digital-downloads/easy-digital-downloads.php
Lines:
1 to 3 of 3
function EDD() { return Easy_Digital_Downloads::instance(); }