How to activate Seedprod Coming Soon Pro plugin

This info is for version 5.10.8 and maybe later. In the file admin/admin.php, change line 225 from:

 $request = wp_remote_post( SEED_CSPV5_API_URL, array( 'timeout' => 15, 'sslverify' => false, 'body' => $params ) );

To:

 $request = "";

A few lines further down after the line

 $arequest = json_decode($request);

Add:

$arequest->message = '';
$arequest->status = '200';
$arequest->per = '';

Then in the file seedprod-updater-cspv5.php comment out line 271 which is:

 $request = wp_remote_post( $this->api_url, array( 'timeout' => 15, 'sslverify' => false, 'body' => $api_params ) );

Then in the file seedprod-coming-soon-pro-5.php, comment out line 258 which is:

 $request = wp_remote_post( SEED_CSPV5_API_URL, array( 'timeout' => 15, 'sslverify' => false, 'body' => $params ) );

Use anything as the key and email to license the plugin on the license page. You will know it has correctly licensed because when you go to the Coming Soon Pro page in the dashboard you will also see a Support tab which wasn’t there before you licensed it.

All the demos/themes will be available.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply