Answers for "define wordpress url wp-config"

PHP
10

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
1

define home url wordpress config.php

// Add the below to your wp-config.php file (replace example.com with your domain)
define('WP_HOME','http://example.com'); 
define('WP_SITEURL','http://example.com');
Posted by: Guest on December-15-2021

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

Browse Popular Code Answers by Language