C:\xampp\htdocs\landing\wp-content\plugins\mailchimp-for-wp\includes\class-queue-job.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php

/**
 * Class MC4WP_Queue_Job
 *
 * @ignore
 */
class MC4WP_Queue_Job {


    
/**
     * @var string
     */
    
public $id;

    
/**
     * @var mixed
     */
    
public $data;

    
/**
     * @var int
     */
    
public $max_attempts 1;

    
/**
     * @var int
     */
    
public $attempts 0;

    
/**
     * MC4WP_Queue_Job constructor.
     *
     * @param mixed $data
     */
    
public function __construct$data ) {
        
$this->id   = (string) microtimetrue ) . rand110000 );
        
$this->data $data;
    }
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586