I uploaded this on a site, the add to cart button is replaced with a download button, but it just refreshes the page?
Also, do you have any info on the best practice in terms of the api request inside our plugins? Do we just leave out license key?
$edd_updater = new EDD_SL_Plugin_Updater( URL, __FILE__, array( 'version' => VER, // current version number 'license' => '', // license key (used get_option above to retrieve from DB) 'item_id' => ID, // ID of the product 'author' => 'Search & Filter Pro', // author of this plugin 'beta' => false ) );
Thanks
I uploaded this on a site, the add to cart button is replaced with a download button, but it just refreshes the page?
Also, do you have any info on the best practice in terms of the api request inside our plugins? Do we just leave out license key?
$edd_updater = new EDD_SL_Plugin_Updater( URL, __FILE__, array( 'version' => VER, // current version number 'license' => '', // license key (used get_option above to retrieve from DB) 'item_id' => ID, // ID of the product 'author' => 'Search & Filter Pro', // author of this plugin 'beta' => false ) );Thanks