White Screen of Death
-
I have typed this in to my theme function php
/* redirect users to front page after login */
function redirect_to_front_page() {
global $redirect_to;
if (!isset($_GET[‘redirect_to’])) {
$redirect_to = get_option(‘siteurl’);
}
}
add_action(‘login_form’, ‘redirect_to_front_page’);Then i updated and refreshed, and it won’t come back and show white screen.
I cannot get to dashboard, ftp server via browser or filezilla.
Please help me.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘White Screen of Death’ is closed to new replies.