File manager - Edit - /home/verseaumee/TF89388/wp-content/plugins/mailchimp-for-woocommerce/includes/processes/class-mailchimp-woocommerce-process-orders.php
Back
<?php /** * Created by Vextras. * * Name: Ryan Hungate * Email: ryan@vextras.com * Date: 7/14/16 * Time: 10:57 AM */ class MailChimp_WooCommerce_Process_Orders extends MailChimp_WooCommerce_Abstract_Sync { /** * @var string */ protected $action = 'mailchimp_woocommerce_process_orders'; public $items = array(); /** * @return string */ public function getResourceType() { return 'orders'; } /** * After the resources have been loaded and pushed */ protected function complete() { mailchimp_log('order_sync.completed', 'Done with the order queueing.'); // add a timestamp for the orders sync completion $this->setResourceCompleteTime(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings