This shortcode add a logout link to your membership site. You can also redirect the user to a specified page when the user logout.
[memb_logout_link]
OTHER DOCS Available
Summary
Adds a log out link to your membership site. Option to include redirect upon log out.
Shortcode Examples
Embed Logout URL into link tag:
<a [memb_logout_link htmlattr=href] >
Generate the whole link for you:
[memb_logout_link linktext="Log Out Here"]
Generate a Logout Link, and redirect the user to a custom page:
[memb_logout_link linktext="Log Out Here" url="http://yourdomain.com/custom_offer"]
Shortcode Parameters
htmlattr: Embeds the output of the shortcode into an HTML attribute. For example to put the shortcode output into the href attribute of an <a> tag, you would use htmlattr=href
linktext: defaults to ‘Logout’
url: defaults to whatever membership logout page is set
Description
The shortcode is styleable using CSS class “memb_logout_link”.