mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added default email templates links;
- fixed HTML in textarea field; - increased timeout for subscribtion;
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user