10-23-2014, 09:27 AM
Cant remember where I found it, but it was in the requests section so here it is. There is no license for it, however when you activate it the main SEO plugin will give you some annoying "please activate me now" notices. To remove them, edit:
/wp-content/plugins/wordpress-seo/admin/license-manager/class-license-manager.php
and delete the 3 lines of code that say:
....and then the license annoyance wont bother you anymore. Every time you update the main SEO plugin you'll have to manually do this.
Here's the download link. Have fun.
http://www78.zippyshare.com/v/5714752/file.html
Alex A.
/wp-content/plugins/wordpress-seo/admin/license-manager/class-license-manager.php
and delete the 3 lines of code that say:
PHP Code:
<div class="error"><p><?php printf( __( $message, $this->product->get_text_domain() ), $this->product->get_item_name(), $this->product->get_license_page_url(), $this->product->get_tracking_url( 'activate-license-notice' ) ); ?></p></div>
....and then the license annoyance wont bother you anymore. Every time you update the main SEO plugin you'll have to manually do this.
Here's the download link. Have fun.
http://www78.zippyshare.com/v/5714752/file.html
Alex A.