Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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');
 
PREVIOUS NEXT
Tagged: #define #home #url #wordpress
ADD COMMENT
Topic
Name
3+7 =