Forums
(@clintbergman)
11 years, 10 months ago
Try replacing header('LOCATION: ' . $redirect);' (nextend-facebook-connect.php) with wp_redirect($redirect);
header('LOCATION: ' . $redirect);'
wp_redirect($redirect);