Usage:

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

Parameters:

None.

Example:

[mbr_db_last_name]

API:

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

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