Best Blackhat Forum

Full Version: How to activate Yoast SEO 1.3.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Add this line to the class-license-manager.php file in the admin folder.

$this->set_option('status', 'valid');


So it should look like this.


public function get_license_status() {
$this->set_option('status', 'valid');
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

This will get you the videos, but more than likely not any updates.
:)))))) nice post
Thanks it's works Smile
And how to add something to get an updates also?
(10-20-2014 12:25 AM)DimaP Wrote: [ -> ]And how to add something to get an updates also?
Easy.. Add money to the yoast website.
Thanks Oasisfleeting. Checked but can't see any class-license-manager.php file in the admin folder. am I missing something?
it works, thx
Reference URL's