If you want to hardcode the purchase code, just go to Plugins > Editor , select DZS Zoomsounds, select class-dzsap.php and on line 3095 replace
$this->mainoptions = array_merge($defaultOpts, $this->mainoptions);
with
$this->mainoptions = array_merge($defaultOpts, $this->mainoptions); $this->mainoptions['dzsap_purchase_code']='XXX'; $this->mainoptions['dzsap_purchase_code_binded']='purchasecode';
PS: when updating the pluginĀ these changes will disappear and will have to be remade
Leave A Comment?