Usage:

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

Parameters:

None.

Example:

[mbr_db_id]

API:

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

$contact_id = mbr_get_contact_field('id');
</code>