Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Multisite log out and redirect to subsite homepage

$
0
0

Replies: 0

I have a multisite set up and have created a log out page, with the code

wp_logout();
wp_redirect( get_home_url() );

The intention of this is to log the user out, then redirect them to the homepage of whichever multisite they are current on.

However it logs them out and redirects to the main site homepage.

Is this expected for my code, can anyone suggest something more suitable?

Thanks


Viewing all articles
Browse latest Browse all 59525

Trending Articles