WP -Konfiguration Definieren von Site -URL -Code

define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
dreamitry