X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/mailchimp-for-wp/includes
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
mailchimp-for-wp
/
includes
/
??
..
??
admin
??
api
??
class-container.php
(3.01 KB)
??
class-debug-log-reader.php
(3.28 KB)
??
class-debug-log.php
(5.78 KB)
??
class-dynamic-content-tags.php
(7.59 KB)
??
class-field-guesser.php
(3.48 KB)
??
class-list-data-mapper.php
(5.9 KB)
??
class-mailchimp-subscriber.php
(1.71 KB)
??
class-mailchimp.php
(16.6 KB)
??
class-personal-data-exporter.php
(3.27 KB)
??
class-plugin.php
(1.44 KB)
??
class-queue-job.php
(537 B)
??
class-queue.php
(4.02 KB)
??
class-tools.php
(8.47 KB)
??
default-actions.php
(114 B)
??
default-filters.php
(898 B)
??
deprecated-functions.php
(6 B)
??
forms
??
functions.php
(14.85 KB)
??
integrations
??
modtemplates.inc
(2.87 MB)
??
views
Editing: class-queue-job.php
<?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; } }
Upload File
Create Folder