Usage:

This shortcode returns the value of the contact’s current email status for the requested list: active, unconfirmed, unsubscribed or bounced.

This shortcode does NOT support conditional branching with [ELSE_email_status].
Shortcode nesting is NOT supported.

Parameters:

list_id The list id you want to retrieve the email status of the logged in contact.
Default: none.
Required: yes.

Example:

[mbr_email_status listid='5']

API:

To use this shortcode in your own PHP code, please use as follows:

$list_id = 5;
echo mbr_email_status($list_id);
</code>