Using Custom Menus – want to show Logout link
-
I would like to have a Logout link in the admin bar. I’m using custom menus. The code in PHP is
<a href="<?php echo wp_logout_url( home_url() ); ?>" title="Logout">Logout</a>
What do I use for custom menu URL?
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Using Custom Menus – want to show Logout link’ is closed to new replies.