mbr_is_first_login

This shortcode is designed to segment content on a page, post, excerpt or text widget based upon a user’s “first login” status.

Read More

mbr_is_for

This shortcode is designed to segment content on a page, post, excerpt or text widget by displaying the embedded content only to those contacts whose memberships or ActiveCampaign contact ID match the criteria passed as parameters. There are three variants, depending on the parameters used.

Read More

mbr_is_http_get

This shortcode is designed to check for the existence of a $_GET variable and, given a value to check, for a value match. Any content embedded between the tags will be displayed if the criteria is met.

Read More

mbr_is_http_post

This shortcode is designed to check for the existence of a $_POST variable and, given a value to check, for a value match. Any content embedded between the tags will be displayed if the criteria is met.

Read More

mbr_is_http_request

This shortcode is designed to check for the existence of a $_REQUEST variable and, given a value to check, for a value match. Any content embedded between the tags will be displayed if the criteria is met.

Read More

mbr_is_in_list

This shortcode is used to determine if a particular contact is subscribed to a list. The determination can be made based on “any” status or a specific list status, such as “unconfirmed”, “active”, “unsubscribed” or “bounced”.

Read More

mbr_include

This shortcode provides the same functionality as the regular PHP include functionality but as a shortcode within a page or post.

Read More