Usage:

This shortcode returns a link to the “signup” URL specified in the “Plugin Options => Main Settings” panel, if any. The anchor text is passed as a parameter in the shortcode’s tag.

This shortcode does NOT support conditional branching with [ELSE_signup_link].
Shortcode nesting is NOT supported.

Parameters:

text Text to use for the link.
Default: Click here to register.
Required: no.

Example:

[mbr_signup_link text='Click here to signup']

API:

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

echo mbr_signup_link('Click here to register'); 
</code>