White screen of death.
Well.. swear words.
Had my site up and going and was following the app themes guide on getting Goggle verification and now I have no access to Word Press, or my website at all.
I was following this guide:
http://docs.appthemes.com/action-hooks/appthemes_meta/.
I dropped the following code into the functions.php file (changed the content to the one for the website) and now I have nothing.
<?php
function insert_google_analytics_meta() {
echo '<meta name="google-site-verification" content="dBw5CvburAxi537Rp9qi">';
}
add_action( 'appthemes_meta', 'insert_google_analytics_meta' );
?>
I have no access to ANYTHING. How the hell and what the hell happened?! I can't do a restore because I don't have access to
WP.
I'm about to cry.. Please help!!