bishawjit-das
11/18/2015 - 6:29 PM

Updating wordpress site address according to siteurl from wordpress admin settings > general

Updating wordpress site address according to siteurl from wordpress admin settings > general

// Updating site url
update_option( 'siteurl', home_url() );
update_option( 'home', home_url() );