wordpress address url accidentally changed
USE wp_database_name
UPDATE wp_options SET option_value="new_value" WHERE option_name="siteurl";
UPDATE wp_options SET option_value="new_value" WHERE option_name="home";
wordpress address url accidentally changed
USE wp_database_name
UPDATE wp_options SET option_value="new_value" WHERE option_name="siteurl";
UPDATE wp_options SET option_value="new_value" WHERE option_name="home";
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' );
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us