Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
MMOMakeMoneyOnline SEO
Blogging
How to Null and Activate Premium WordPress Themes and Plugins [Valuable info]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Eileen" data-source="post: 6652" data-attributes="member: 1102"><p>Hey guys!</p><p></p><p>I love to contribute to MMO and I would like to share some handy lines of code to make it more easier to activate premium WordPress themes and plugins. To start with, I'd like to share how to null Yoast Premium plugins:</p><p></p><p>How to Activate Yoast Premium plugins:</p><p></p><p>Step 1:</p><p></p><p>Find the following file using a FTP client, such as FileZilla:</p><p></p><p>wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,</p><p></p><p>Step 2:</p><p></p><p>Find the function get_license_status() at line 327:</p><p></p><p>Code:</p><p>public function get_license_status() {</p><p>$license_status = $this->get_option( 'status' );</p><p>return trim( $license_status );</p><p>}</p><p></p><p>Step 3:</p><p></p><p>In line 330, change:</p><p></p><p>Code:</p><p>return trim( $license_status );</p><p></p><p>to:</p><p></p><p>Code:</p><p>return 'valid';</p><p></p><p>Et voilà: your Yoast Premium plugins will work. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>More plugins and themes will follow soon.</p><p></p><p>Stay tuned.</p></blockquote><p></p>
[QUOTE="Eileen, post: 6652, member: 1102"] Hey guys! I love to contribute to MMO and I would like to share some handy lines of code to make it more easier to activate premium WordPress themes and plugins. 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'; Et voilà: your Yoast Premium plugins will work. :) More plugins and themes will follow soon. Stay tuned. [/QUOTE]
Name
Verification
Post reply
Home
Forums
MMOMakeMoneyOnline SEO
Blogging
How to Null and Activate Premium WordPress Themes and Plugins [Valuable info]
Top