dominatore22
New member
- Aug 31, 2022
- 6
- 0
- 1
Can you try adding any key in this in license field
I tried, if i click activate nothing happens.
I put this code inside class-licensing.php file to force a license, plugin unlocks but when i go on edit post section i see that message and add field button is not working.
Seems like editing is getting blocked somewhere in the code, i tried to search for it but i couln't find any solution.
public static function get_license_info() {
return (object) [
'key' => '0000-0000-0000-0000-0000',
'expiration' => '2099-01-01 00:00:00',
'url' => home_url()
];
}