Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Last active July 12, 2016 02:29
Show Gist options
  • Select an option

  • Save nathaningram/a4aabbc343c311b4ff35 to your computer and use it in GitHub Desktop.

Select an option

Save nathaningram/a4aabbc343c311b4ff35 to your computer and use it in GitHub Desktop.
//WP Logout URL Shortcode
function ni_Logout() {
$NIlogout = wp_logout_url();
return $NIlogout;
}
add_shortcode('logout', 'ni_Logout');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment