Usage:

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

Parameters:

None.

Example:

[mbr_db_first_name]

API:

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

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