mbr_contact

This shortcode will display any of your ActiveCampaign contact record fields of the current logged in contact.

Read More

mbr_contact_count

The shortcode will determine how many ActiveCampaign contacts have been assigned a particular tag and will display the number.

Read More

mbr_cookie

This shortcode is used to retrieve the value held in a client-side cookie. The cookie will have to have been previously set either programmatically through your own script or through the [mbr_cookie_set] shortcode.

Read More

mbr_cookie_set

This shortcode is used to set a client-side cookie variable with a given value. This cookie will then be remembered during the subscriber’s session on your membership site for the next 3600 seconds (1 hour).

Read More

mbr_date

This shortcode returns (1) the current date or (2) the passed date formatted according to the parameter value. It can interpret PHP strtotime() instructions and apply them to either the current date or the passed date.

Read More

mbr_db_email

This shortcode will return the “Email address” from the current contact’s record in your ActiveCampaign application.

Read More

mbr_db_custom_field

This shortcode will return the content of a custom field from the current contact’s record in your ActiveCampaign application.

Read More

mbr_db_first_name

This shortcode will return the “First Name” from the current contact’s record in your ActiveCampaign application.

Read More

mbr_db_last_name

This shortcode will return the “Last Name” from the current contact’s record in your ActiveCampaign application.

Read More