Usage:

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

Parameters:

None.

Example:

[mbr_db_email]

API:

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

$email = mbr_get_contact_field('email'); 
</code>