Property | Type | Description | |
---|---|---|---|
$id | ID of this list for API usage | ||
$interest_categories | MC4WP_MailChimp_Interest_Category[] | ||
$merge_fields | MC4WP_MailChimp_Merge_Field[] | ||
$name | Name of this list | ||
$subscriber_count | Number of subscribers on this list | ||
$web_id | Web ID of this list in MailChimp.com |
Method | Description | |
---|---|---|
__construct ( string $id, string $name, string $web_id = '' ) | ||
__get ( string $name ) : mixed | ||
get_field_by_tag ( string $tag ) : MC4WP_MailChimp_Merge_Field | ||
get_field_name_by_tag ( string $tag ) : string | ||
get_interest_category ( string $category_id ) : MC4WP_MailChimp_Interest_Category | Get the interest grouping object for a given list. | |
get_interest_category_by_interest_id ( string $interest_id ) : MC4WP_MailChimp_Interest_Category | ||
get_interest_category_name ( string $category_id ) : string | Get the name of an interest category by its ID | |
get_web_url ( ) : string | Get link to this list in MailChimp |
public get_field_by_tag ( string $tag ) : MC4WP_MailChimp_Merge_Field | ||
$tag | string | |
return | MC4WP_MailChimp_Merge_Field |
public get_field_name_by_tag ( string $tag ) : string | ||
$tag | string | |
return | string |
public get_interest_category ( string $category_id ) : MC4WP_MailChimp_Interest_Category | ||
$category_id | string | ID of the Interest Grouping |
return | MC4WP_MailChimp_Interest_Category |
public get_interest_category_by_interest_id ( string $interest_id ) : MC4WP_MailChimp_Interest_Category | ||
$interest_id | string | |
return | MC4WP_MailChimp_Interest_Category |
public get_interest_category_name ( string $category_id ) : string | ||
$category_id | string | |
return | string |
public get_web_url ( ) : string | ||
return | string |
public MC4WP_MailChimp_Interest_Category[] $interest_categories | ||
return | MC4WP_MailChimp_Interest_Category[] |
public MC4WP_MailChimp_Merge_Field[] $merge_fields | ||
return | MC4WP_MailChimp_Merge_Field[] |