Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
10-11-2014, 05:08 AM
(This post was last modified: 10-11-2014 05:09 AM by oasisfleeting.)
Post: #1
|
|||
|
|||
How to activate Yoast SEO 1.3.1
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. |
|||
10-11-2014, 06:40 AM
Post: #2
|
|||
|
|||
RE:
:)))))) nice post
|
|||
10-11-2014, 06:54 AM
Post: #3
|
|||
|
|||
RE:
Thanks it's works
|
|||
10-20-2014, 12:25 AM
Post: #4
|
|||
|
|||
RE:
And how to add something to get an updates also?
|
|||
10-20-2014, 01:33 AM
Post: #5
|
|||
|
|||
RE: | |||
10-20-2014, 01:52 AM
Post: #6
|
|||
|
|||
RE:
Thanks Oasisfleeting. Checked but can't see any class-license-manager.php file in the admin folder. am I missing something?
|
|||
03-11-2015, 09:48 PM
Post: #7
|
|||
|
|||
RE:
it works, thx
|
|||