When I log out of WP Admin I would like to redirect to the homepage rather than "/wp-login.php?loggedout=true"
Can someone please show me how to do this?
Thanks!
When I log out of WP Admin I would like to redirect to the homepage rather than "/wp-login.php?loggedout=true"
Can someone please show me how to do this?
Thanks!
bump
bump...
I know this is old, but go into the wp-login.php file and on line 290 there is a line that says
$redirect_to = 'wp-login.php?loggedout=true';
Modify accordingly (I have not tried this, but can only assume this is where you can do it.).
I haven't taken a look at the code, but wouldn't having ?loggedout=true like help close the admin sessions or whatever they term it in php.
This topic has been closed to new replies.