document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /* Code to be able to log back into your wordpress settings when changing domain names.
  2. Delete this code after you have been able to log back in and change your URL in wordpress settings
  3. Insert this code after the opening line of your functions.php */
  4.  
  5. update_option(\'siteurl\',\'http://example.com\');
  6. update_option(\'home\',\'http://example.com\');
');