PATH:
home
/
lab2454c
/
carbonbullion.net
/
wp-content
/
plugins
/
mailchimp-for-wp
/
includes
<?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) microtime( true ) . rand( 1, 10000 ); $this->data = $data; } }
[-] class-mailchimp-subscriber.php
[edit]
[-] class-field-formatter.php
[edit]
[-] class-tools.php
[edit]
[+]
admin
[+]
integrations
[-] class-queue.php
[edit]
[+]
..
[-] class-dynamic-content-tags.php
[edit]
[-] deprecated-functions.php
[edit]
[-] default-filters.php
[edit]
[-] class-list-data-mapper.php
[edit]
[-] class-queue-job.php
[edit]
[-] class-plugin.php
[edit]
[-] class-debug-log-reader.php
[edit]
[+]
forms
[+]
views
[-] class-field-guesser.php
[edit]
[-] functions.php
[edit]
[-] default-actions.php
[edit]
[-] class-container.php
[edit]
[-] class-debug-log.php
[edit]
[+]
api
[-] class-mailchimp.php
[edit]