Log Out Shortcode

Plugin Banner

Log Out Shortcode

by Tectalic

Download
Description

There are 3 shortcodes that can be used:

[logout] - A standard Log Out link, where the user stays on the login screen after being logged out.
[logout_to_home] - A link that logs the user out, and redirects them to your home page.
[logout_to_current] - A link that logs the user out, and redirects them back to the current page/URL.

Advanced Usage:

All 3 shortcodes all support 3 attributes/parameters:

[logout text="" class="" redirect=""]

The 3 supported attributes/parameters are:

text=""

– The text to use for the link anchor text.
– Default: Log Out
class=””
– The HTML class(es) to use for the link. Multiple classes should be separated by a space.
– Default: logout
redirect=””
– The path/URL to redirect the user to after they are logged out.
– Default: the WordPress login screen.
– Note: must be a URL or path on the same domain name as the WordPress website (cannot be an external domain/URL)

Some Examples:
[logout text=”Log Off”] – A Log Off link that logs the user out.
[logout redirect=”/members/”] – Log the user out, and redirect them to /members/.
[logout_to_home text=”Log Off”] – A Log Off link that logs the user out and redirects them to your home page.
[logout class=”log-out-link”] – Use a custom CSS/HTML class name for the log out link.

Note: the shortcodes will return nothing/empty if the user isn’t logged in.

This plugin is inspired by the Logout Button plugin by Ben Poland.

If you like, you can contribute to this plugin on GitHub.

  1. Activate the plugin.
  2. Add one of the shortcodes to a post/page.
What shortcodes can be used?

Please see the plugin description for a list of shortcodes and supported parameters.

Great!

By firosyd on March 25, 2024

It works finelly, thank you!

Simple yet brilliant

By DJF3 on October 18, 2018

Working great

Thank You Plugin Author

By steve-t on October 11, 2018

Worked first time, does exactly what it says it will.

Simple, works great.

By Pedro Magnifico on November 22, 2017

Using in conjunction with Registration Magic and Hide This. Works great to give me complete control of displaying login/logout links.

Many Thanks

By queeneve on November 11, 2017

Cannot find the words to thanks you for this plugin, I spend almost 5 hours looking for a way to customize and redirect the logout URL, all other plugins care only about registration and they dont consider the logout button Thanks alot

Works as promised

By becaneweb on February 17, 2017

Thanks for code

Perfect

By kokojumbo on October 4, 2016

Good work 🙂

Simple and effective!

By Lu Is (kalimanmx) on September 3, 2016

Very good and simple plugin!
Thanks a lot!

Wonderfully simple plugin

By Ulrich (grapplerulrich) on September 3, 2016

I was just about to write a plugin like this for myself. This is simple and to the point with just the right number of features.

1.1.2

  • Mark compatibility with WordPress version 6.6.

1.1.1

  • Mark compatibility with WordPress version 6.5.

1.1.0

  • Minimum required WordPress version updated to 6.0.
  • Mark compatibility with WordPress version 6.4.

1.0.8

  • Fix Typo

1.0.7

  • Mark WP 5.5 compatible

1.0.6

  • Mark WP 5.2 compatible

1.0.5

  • Fix a bug that meant it was not possible to use specify multiple classes in the class=”” attribute. Thanks to @hughc for the bug report.

1.0.4

  • WordPress 4.4 compatibility.
  • Documentation updates.

1.0.3

  • Clarify usage of the redirect=”” parameter.
  • WordPress 4.1 compatibility.

1.0.2

  • WordPress 4.0 compatibility.

1.0.1

  • WordPress 3.9.2 compatibility.
  • Add [logout] shortcode to plugin description.

1.0

  • Initial release.
Back to top