[How to] Null and Activate Yoast Premium plugins

alexmisaila

Legend member
Trusted Uploader
May 9, 2020
1,136
918
133
⭐⭐⭐⭐⭐
To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:
Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,


Step 2:
Find the function get_license_status() at line 327:
Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:
In line 330, change:
Code:
return trim( $license_status );
to:
Code:
return 'valid';

More plugins and themes will follow soon.
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,050
22,059
120
To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:
Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,


Step 2:
Find the function get_license_status() at line 327:
Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:
In line 330, change:
Code:
return trim( $license_status );
to:
Code:
return 'valid';

More plugins and themes will follow soon.
missing information. please check again.
 

jozi

New member
Jun 20, 2022
0
0
0
To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:
Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,


Step 2:
Find the function get_license_status() at line 327:
Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:
In line 330, change:
Code:
return trim( $license_status );
to:
Code:
return 'valid';

More plugins and themes will follow soon.
Hi, how null Yoast SEO premium version 17.0? there is no such file in this latest version. can you please help? Thanks
 

blablata

New member
Apr 14, 2019
12
1
3
To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:
Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,


Step 2:
Find the function get_license_status() at line 327:
Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:
In line 330, change:
Code:
return trim( $license_status );
to:
Code:
return 'valid';

More plugins and themes will follow soon.
Can this be done on the free version files so they become premium or do we need to find clean premium version .zip and do it there?
 
  • Like
Reactions: ashonline2019

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu