Search
 
SCRIPT & CODE EXAMPLE
 

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');
Comment

How to change site url using wp-config.php

1
2
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Comment

PREVIOUS NEXT
Code Example
Php :: php get method name 
Php :: with in relation laravel 
Php :: foreach limit laravel 
Php :: get env app url laravel 
Php :: php datetime object get unix timestamp 
Php :: laravel password verification 
Php :: laravel env 
Php :: php convert array to json object 
Php :: php check if json 
Php :: running laravel as host 
Php :: woocommerce_order_status_changed 
Php :: echo query in laravel 
Php :: how to start a session 
Php :: php newline 
Php :: get count sql query in php 
Php :: php reload current page 
Php :: send variable to get_template_part 
Php :: magento2 memory limit 
Php :: destroy session php 
Php :: group routes in laravel 
Php :: wp-config.php define home page 
Php :: call table name in model laravel 
Php :: wp_mail html content 
Php :: get duplicate value from array php 
Php :: laravel makehidden 
Php :: include a website in php file 
Php :: custom bootstrap pagination laravel 
Php :: placa de carro mercossul brasil 
Php :: convert 1 digit to five digits laravel 
Php :: trim elements of array php 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =