Skip to content

Instantly share code, notes, and snippets.

@theukedge
Created September 14, 2013 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theukedge/6565757 to your computer and use it in GitHub Desktop.
Save theukedge/6565757 to your computer and use it in GitHub Desktop.
<?php
$logoutlink = '<li><a href="'.wp_logout_url( home_url() ).'">Logout</a></li>'; // redirect to home page
$logoutlink = '<li><a href="'.wp_logout_url( get_permalink() ).'">Logout</a></li>'; // stay on same page
$logoutlink = '<li><a href="'.wp_logout_url( 'http://www.doitwithwp.com/about/' ).'">Logout</a></li>'; // go to specific URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment