Skip to content

Commit

Permalink
remove loose var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
drov0 committed Mar 30, 2020
1 parent 15d524d commit ae37a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion admin/partials/steempress_sp-admin-display.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
"verification_code" => $options['verification-code']
));
$result = wp_remote_post(steempress_sp_api_url."/verification_code", $data);
var_dump($result);
$text = $result['body'];
if ($text == "verification_ok" || $text == "verification_not_new")
echo "Thank you for verifying your blog. You will receive an email with a sign up link once the application has been be reviewed, please check your spam folder.<br/> If you didn't receive anything after a week, contact us at <b>[email protected]</b>";
Expand Down
4 changes: 2 additions & 2 deletions steempress_sp.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @wordpress-plugin
* Plugin Name: Steempress
* Description: Publishes your article to the hive blockchain automatically to allow you to earn money and reach new audiences.
* Version: 2.6.2
* Version: 2.6.3
* Author: Martin Lees
* Author URI: https://hive.blog/@howo
* License: GPL-2.0+
Expand All @@ -32,7 +32,7 @@
* Currently plugin version.
* using SemVer - https://semver.org
*/
define( 'steempress_sp_compte', '2.6.2');
define( 'steempress_sp_compte', '2.6.3');

define( 'steempress_sp_api_url', 'https://api.steempress.io');
define( 'steempress_sp_twoway_api_url', 'https://two.steempress.io');
Expand Down

0 comments on commit ae37a75

Please sign in to comment.