Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress change site address

// Add to top of wp-config.php
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #wordpress #change #site #address
ADD COMMENT
Topic
Name
2+8 =