wp-config изменение URL-конфиг
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Cautious Caterpillar
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
// Add to top of wp-config.php
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );