wordpress address url accidentally changed
// wp-content/theme_name/functions.php
update_option( 'siteurl', 'new_value' );
update_option( 'home', 'new_value' );
// wp-config.php
define( 'WP_HOME', 'new_value' );
define( 'WP_SITEURL', 'new_value' );