We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following example outputs a logout link if a user is logged in.
[password_protected_logout_link /]
You can either wrap some text in the short code which will make the text into the logout link...
[password_protected_logout_link]Logout?[/password_protected_logout_link]
... or you can specify the logout text as an attribute.
[password_protected_logout_link text="Log me out" /]
Specify a different URL to redirect to after logout.
[password_protected_logout_link redirect_to="https://github.com/benhuson" /]