almaz-b
4/21/2017 - 2:32 PM

WP - changing the site URL

WP - changing the site URL

define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');

update_option( 'siteurl', 'http://example.com' );
update_option( 'home', 'http://example.com' );