Skip to main content

mbr_signup_link

Usage

This shortcode returns a HTML link for the page/post/URL specified in ActiveMember360, Settings, Special Pages, Select your registration/sign-up page or ActiveMember360, Settings, Special Pages, Set registration/sign-up to external URL.

Parameters

ParametersDescription
textSpecifies the text to use for the HTML link.
Default: Click here to register
Required: no.

Validity

This shortcode is evaluated for any type of visitor.

Conditional Branching

This shortcode does NOT support conditional branching with [ELSE_signup_link].

Nesting

Shortcode nesting is NOT supported.

Examples

Will return the HTML link that when clicked will redirect the visitor to the page/post defined in ActiveMember360, Settings, Special Pages, Select your registration/sign-up page or ActiveMember360, Settings, Special Pages, Set registration/sign-up page to external URL.The link anchor text be displayed as Click here to signup.

[mbr_signup_link text='Click here to signup']

API

For direct use in PHP code use the function mbr_signup_link('link_text') in a structure as illustrated here:

echo mbr_signup_link('Click here to register');