thanks for awesome share with us, +reps
To null it, you just have to follow these steps:
- Go to folder: wordpress-seo-premium\vendor\yoast\license-manager
- Open file: class-license-manager.php
- At line 310 you will find:
Code:
return ( $this->get_license_status() === ‘valid’ );
- Replace it with this code:
Code:
/**return ( $this->get_license_status() === 'valid' );*/ return true;
It works for me
(05-10-2017 09:10 PM)Roxita Wrote: [ -> ]To null it, you just have to follow these steps:
- Go to folder: wordpress-seo-premium\vendor\yoast\license-manager
- Open file: class-license-manager.php
- At line 310 you will find:
Code:
return ( $this->get_license_status() === ‘valid’ );
- Replace it with this code:
Code:
/**return ( $this->get_license_status() === 'valid' );*/ return true;
It works for me
Thanks! This old method still works well!
Thanks and rep+ for great share!
(05-10-2017 09:10 PM)Roxita Wrote: [ -> ]To null it, you just have to follow these steps:
- Go to folder: wordpress-seo-premium\vendor\yoast\license-manager
- Open file: class-license-manager.php
- At line 310 you will find:
Code:
return ( $this->get_license_status() === ‘valid’ );
- Replace it with this code:
Code:
/**return ( $this->get_license_status() === 'valid' );*/ return true;
It works for me
Hi crazyworks, thank you so much for this share! +reps
..............................................................
Its post #1 updated as requested to Yoast SEO Premium v4.7.1
Enjoy
Thanks crazyworks for updating the Yoast SEO Premium plugin!
+Reps Added