PluginProbe
MailerLite – WooCommerce integration / trunk
MailerLite – WooCommerce integration vtrunk
3.1.25 3.1.26 3.1.24 3.1.23 3.1.22 3.1.21 3.1.20 3.1.19 3.1.18 3.1.17 3.1.16 3.1.15 1.8.7 1.8.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 All 147 releases
woo-mailerlite / includes / models / WooMailerLiteJob.php

WooMailerLiteJob.php in MailerLite – WooCommerce integration trunk, at includes/models/WooMailerLiteJob.php

11 lines 167 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 class WooMailerLiteJob extends WooMailerLiteModel
4 {
5 protected $table = 'woo_mailerlite_jobs';
6
7 protected $format = [
8 'data' => 'array'
9 ];
10 }
11