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() );