- Updates cron API URL
- Removes cron daemon counter - Generates/saves cron daemon token as soon as its executed
This commit is contained in:
@ -50,10 +50,7 @@ class CronHelper {
|
||||
'timeout' => $timeout,
|
||||
'user-agent' => 'MailPoet (www.mailpoet.com) Cron'
|
||||
);
|
||||
$result = wp_remote_get(
|
||||
self::getSiteUrl() . $url,
|
||||
$args
|
||||
);
|
||||
$result = wp_remote_get($url, $args);
|
||||
return wp_remote_retrieve_body($result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user