[Resolved] Redirect on Logout
-
I inserted your code from here:
https://buddypress.org/support/topic/error-404-page-not-found-3/
However I am getting the following error:
ct WordPress Logout to Home Page add_action( ‘wp_logout’, create_function( ”, ‘wp_redirect( home_url() ); exit();’ ) );
Warning: Cannot modify header information – headers already sent by (output started at functions.php:87) in /homepages/14/d69811276/htdocs/clickandbuilds/BrigantesNation2147/wp-login.php on line 402Warning: Cannot modify header information – headers already sent by (output started at /functions.php:87) in /homepages/14/d69811276/htdocs/clickandbuilds/BrigantesNation2147/wp-login.php on line 415
Would you have any idea why I am getting this error?
- The topic ‘[Resolved] Redirect on Logout’ is closed to new replies.