04-26-2017, 03:16 AM
Hello, I did it like this:
I commented what was originally in the source code:
// return ( $this->get_license_status() === 'valid' ); (that's single line comment)
And just left:
return true;
Which means the function returns always true.
Thank you.
I commented what was originally in the source code:
// return ( $this->get_license_status() === 'valid' ); (that's single line comment)
And just left:
return true;
Which means the function returns always true.
Thank you.