- added default email templates links;

- fixed HTML in textarea field;
- increased timeout for subscribtion;
This commit is contained in:
nikitozzzzzzz
2018-06-26 17:19:18 +03:00
parent 5b50938ce1
commit 9319b40cec
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ if ( ! class_exists( 'um\core\Tracking' ) ) {
$request = wp_remote_post( 'https://ultimatemember.com/?um_action=checkin', array(
'method' => 'POST',
'timeout' => 20,
'timeout' => 45,
'redirection' => 5,
'httpversion' => '1.0',
'blocking' => true,