Return to Snippet

Revision: 64150
at July 9, 2013 22:22 by WMSchneider


Initial Code
<?php

update_option('siteurl','http://EURE-SITE.de/');
update_option('home','http://EURE-SITE.de/');

?>

Initial URL


Initial Description
Open your function.php of your active Theme.
Copy your code insert and call the new Site URL.
After delete the code snippet.

Initial Title
Update Wordpress URL

Initial Tags
url, wordpress, update

Initial Language
PHP