Hello Everyone,
I have got a login page and i would like to log out and redirect the page back to the homepage the code works but i can only seem to log out on the screen they are currently on. Here is my code:
[php]$link_string_logout = ‘<a href="’. wp_logout_url($_SERVER[‘REQUEST_URI’]) .’" title="’.__('Log
out’,‘logout’).’">’.__(‘Log out’,‘logout’).’’;[/php]
Any help would be greatly appreciated
Thank You