Skip to content

Instantly share code, notes, and snippets.

@daronspence
Created March 1, 2015 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daronspence/31b796b5b354da471d30 to your computer and use it in GitHub Desktop.
Save daronspence/31b796b5b354da471d30 to your computer and use it in GitHub Desktop.
EDD SL version when checking.
$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