Answers for "wordpress wp-config change url"

PHP
8

wp-config change url wp-config

define('WP_HOME','http://example.com'); 
define('WP_SITEURL','http://example.com');
Posted by: Guest on May-22-2020
0

wp-config override site url

define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );
Posted by: Guest on May-29-2020

Code answers related to "wordpress wp-config change url"

Browse Popular Code Answers by Language