PHP 클래스 MC4WP_MailChimp_Subscriber

파일 보기 프로젝트 열기: dannyvankooten/mailchimp-for-wordpress

공개 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
to_array ( ) : array Retrieves member data as an array, without null values.

메소드 상세

to_array() 공개 메소드

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

프로퍼티 상세

$email_address 공개적으로 프로퍼티

Email address for this subscriber.
public $email_address

$email_type 공개적으로 프로퍼티

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

$interests 공개적으로 프로퍼티

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

$ip_signup 공개적으로 프로퍼티

IP address the subscriber signed up from.
public $ip_signup

$language 공개적으로 프로퍼티

The subscriber's language
public $language

$merge_fields 공개적으로 프로퍼티

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

$status 공개적으로 프로퍼티

Subscriber’s status.
public $status

$vip 공개적으로 프로퍼티

VIP status for subscriber.
public $vip