Usage:

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

Parameters:

None.

Example:

[mbr_db_phone]

API:

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

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