mbr_avatar

This shortcode will automatically retrieve a registered gravatar from www.gravatar.com and display it.

If a user is not logged in or hasn’t registered her/his gravatar, the default avatar specified in your WordPress settings is displayed instead.

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

mbr_db_id

This shortcode will return the contact id from the current contact’s record in your ActiveCampaign application.

Read More

mbr_db_phone

This shortcode will return the content of the field “Phone” from the current contact’s record in your ActiveCampaign application.

Read More

mbr_email_status

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

Read More

mbr_is_email_active

This shortcode provide conditional logic to display content alternatives dependent upon whether a contact’s email address is active for the requested list.

Read More