EDD()
The main function for that returns Easy_Digital_Downloads
Description Description
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(); ?>
Return Return
(object|Easy_Digital_Downloads) The one true Easy_Digital_Downloads Instance.
Source Source
File: easy-digital-downloads.php
Changelog Changelog
Version | Description |
---|---|
1.4 | Introduced. |