WordPress Logout Url By longPosted on February 18, 2011 Default Usage <a href=”<?php echo wp_logout_url(); ?>” title=”Logout”>Logout</a> Logout and Redirect to Current Page <a href=”<?php echo wp_logout_url( get_permalink() ); ?>” title=”Logout”>Logout</a> Logout and Redirect to Homepage <a href=”<?php echo wp_logout_url( home_url() ); ?>” title=”Logout”>Logout</a>