Created
March 1, 2015 04:31
-
-
Save daronspence/31b796b5b354da471d30 to your computer and use it in GitHub Desktop.
EDD SL version when checking.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$edd_updater = new EDD_SL_Plugin_Updater( ACFW_STORE_URL, __FILE__, array( | |
'version' => ACFW_VERSION, // current version number | |
'license' => $license_key, // license key (used get_option above to retrieve from DB) | |
'item_name' => ACFW_ITEM_NAME, // name of this plugin | |
'author' => 'Daron Spence', // author of this plugin | |
'url' => home_url() | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment