1) It is possible to set the site URL manually in the wp-config.php file. define(’WP_HOME’,’http://example.com’); define(’WP_SITEURL’,’http://example.com’); 2) If you have access to the site via FTP, then this method will help you quickly get a site back up and running, if you changed those values incorrectly. Add these two lines to the file, immediately after
Browsing tag: wpconfig
If you need to disable wordpress core update, disable wordpress plugins update or disable wordpress themes update, feel free to use following snippets info functions.php file.