Hello,
I am new to Theme development, I have developed a simple theme and want to use Software Licence Manager plugin to licence my WordPress Theme.
I have copied the code given in the sample plugin, changed the “YOUR_SPECIAL_SECRET_KEY” with the “The License Activation or Deactivation API secret key” from the Integration help page. Also changed the url and item reference. I added the complete code in my theme’s functions.php
But when I activate the theme in another domain for testing nothing happens[It does not ask for the licence]. Even if I go to the Licence page and enter the Licence number [which I manually generated] it gives the following error:
object(WP_Error)#340 (2) { ["errors"]=> array(1) { ["http_request_failed"]=> array(1) { [0]=> string(29) "A valid URL was not provided." } } ["error_data"]=> array(0) { } }
Licence data is Null
I checked and copied the url from the Integration Help page.
Please Help, Thanks in advance !!!