PHP Class MC4WP_MailChimp_Subscriber

Show file Open project: dannyvankooten/mailchimp-for-wordpress

Public Properties

Property Type Description
$email_address Email address for this subscriber.
$email_type Type of email this member asked to get (‘html’ or ‘text’).
$interests The key of this object’s properties is the ID of the interest in question.
$ip_signup IP address the subscriber signed up from.
$language The subscriber's language
$merge_fields An individual merge var and value for a member.
$status Subscriber’s status.
$vip VIP status for subscriber.

Public Methods

Method Description
to_array ( ) : array Retrieves member data as an array, without null values.

Method Details

to_array() public method

Retrieves member data as an array, without null values.
public to_array ( ) : array
return array

Property Details

$email_address public property

Email address for this subscriber.
public $email_address

$email_type public property

Type of email this member asked to get (‘html’ or ‘text’).
public $email_type

$interests public property

The key of this object’s properties is the ID of the interest in question.
public $interests

$ip_signup public property

IP address the subscriber signed up from.
public $ip_signup

$language public property

The subscriber's language
public $language

$merge_fields public property

An individual merge var and value for a member.
public $merge_fields

$status public property

Subscriber’s status.
public $status

$vip public property

VIP status for subscriber.
public $vip