We’ve recently just upgraded our WordPress site to 5.1.1 After the upgrade, we’ve started encountering issues when executing the wp_logout() function of WordPress. Somehow we’re getting a 302 response...
  • May 25, 2022
  • 0 Comments
I’m using a multisite and I set my site up at parentsite.com/mysite. When the logout button was clicked it worked correctly and logged the users out and brought them...
  • May 24, 2022
  • 0 Comments
I can get wp_logout to work, but not without generating lots of warnings (‘PHP warning: Cannot modify header information – headers already sent’). wp_logout calls wp_clear_auth_cookie, which calls setcookie,...
  • May 21, 2022
  • 0 Comments