Add WooCommerce checkout opt-in functionality [MAILPOET-1483]

This commit is contained in:
wxa
2019-03-28 17:45:27 +03:00
committed by M. Shull
parent 00c9e682ed
commit 12d2b9b46a
6 changed files with 149 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ namespace MailPoet\Models;
if (!defined('ABSPATH')) exit;
/**
* @property int $id
* @property int $subscriber_id
* @property int $segment_id
* @property string $status
*/
class SubscriberSegment extends Model {
public static $_table = MP_SUBSCRIBER_SEGMENT_TABLE;