Page 1 of 1

skip logout confirmation screen?

PostPosted: November 11th, 2011, 8:05 pm
by kaesarius
Hi guys,
Anyone knows how can i skip the screen that shows "are you sure to logout from mysite?..." after click on close sesión link?

Thanks,

Re: skip logout confirmation screen?

PostPosted: November 12th, 2011, 3:38 am
by Cristián Lávaque
Only if you logout with a URL generated by wp_logout_url. http://codex.wordpress.org/Function_Ref ... logout_url

I hope that helps. :)

Re: skip logout confirmation screen?

PostPosted: November 12th, 2011, 5:59 am
by kaesarius
yes, thanks. i get it...

i've used this: <?php echo wp_logout_url( home_url() ); ?>

Gracias Cristián, ;-)

Re: skip logout confirmation screen?

PostPosted: November 12th, 2011, 3:20 pm
by Cristián Lávaque
Cool! You're welcome. :)