diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-12-23 23:23:04 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-12-23 23:23:04 +0000 |
commit | 707146a8ea285d5f51e112dabad57785b38f3b3a (patch) | |
tree | 1ce0952fd8a89cdc8308f32d09763169cb017dc4 /Postman/PostmanInstaller.php | |
parent | 6eabf1113cb0837b3ee83c058d9d68fca72e1b71 (diff) | |
download | Post-SMTP-707146a8ea285d5f51e112dabad57785b38f3b3a.zip |
= 1.8 - 2017-12-24
* New: Mailgun API integration
* New: New filter controls
* New: WPML conflict fix
* Fix: Minor old bugs
Diffstat (limited to 'Postman/PostmanInstaller.php')
-rw-r--r-- | Postman/PostmanInstaller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Postman/PostmanInstaller.php b/Postman/PostmanInstaller.php index 812f122..4b2603b 100644 --- a/Postman/PostmanInstaller.php +++ b/Postman/PostmanInstaller.php @@ -42,7 +42,7 @@ class PostmanInstaller { $this->addCapability(); } - $this->add_activation_redirect(); + //$this->add_activation_redirect(); } function add_activation_redirect() { @@ -52,7 +52,7 @@ class PostmanInstaller { return; } // Add the transient to redirect - set_transient( '_post_activation_redirect', true, 30 ); + //set_transient( '_post_activation_redirect', true, 30 ); } /** |