PHP 8.2.31
Preview: ReEngagementEmailsScheduler.php Size: 900 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/Cron/Workers/ReEngagementEmailsScheduler.php

<?php declare(strict_types = 1);

namespace MailPoet\Cron\Workers;

if (!defined('ABSPATH')) exit;


use MailPoet\Entities\ScheduledTaskEntity;
use MailPoet\Newsletter\Scheduler\ReEngagementScheduler;
use MailPoetVendor\Carbon\Carbon;

class ReEngagementEmailsScheduler extends SimpleWorker {
  const TASK_TYPE = 'schedule_re_engagement_email';

  /** @var ReEngagementScheduler */
  private $reEngagementEmailsScheduler;

  public function __construct(
    ReEngagementScheduler $reEngagementEmailsScheduler
  ) {
    parent::__construct();
    $this->reEngagementEmailsScheduler = $reEngagementEmailsScheduler;
  }

  public function processTaskStrategy(ScheduledTaskEntity $task, $timer) {
    $this->reEngagementEmailsScheduler->scheduleAll();
    return true;
  }

  public function getNextRunDate() {
    return Carbon::createFromTimestamp($this->wp->currentTime('timestamp'))->addDay();
  }
}

Directory Contents

Dirs: 3 × Files: 20

Name Size Perms Modified Actions
KeyCheck DIR
- drwxr-xr-x 2023-04-04 05:35:40
Edit Download
- drwxr-xr-x 2023-04-04 05:35:40
Edit Download
- drwxr-xr-x 2023-04-04 05:35:40
Edit Download
996 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
1.71 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
5.71 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
971 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
2.87 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
0 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
821 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
900 B lrw-r--r-- 2023-04-04 05:35:40
Edit Download
15.88 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
2.92 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
1.78 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
3.08 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
3.27 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
2.37 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
2.82 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
1.76 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
2.03 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
2.68 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
1.97 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download
5.16 KB lrw-r--r-- 2023-04-04 05:35:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).