I'm trying to migrate my wordpress from a subfolde to the root. I've already done it from localhost to the subfolder with the same method
update_option('siteurl','http://example.com/blog');
update_option('home','http://example.com/blog');
But this time it does not look to work... It says "Call to undefined function phpupdate_option() in functions.php line 1.
In config.php there is no url define().
Is there someone who had a solution for it?
Thanks in advance.
