Search
 
SCRIPT & CODE EXAMPLE
 

PHP

wp-config change url wp-config

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 :: tinker color auto 
Php :: tinker lost colors 
Php :: laravel clear route cache 
Php :: ubuntu restart php-fpm 
Php :: list all files in directory php 
Php :: php pretty print 
Php :: laravel get project root 
Php :: php string to lowercase 
Php :: laravel project htaccess redirect to public path 
Php :: get session blade 
Php :: laravel return back with success 
Php :: remove last comma from string php 
Php :: laravel debugbar disable in production 
Php :: check all php version installed ubuntu 
Php :: Get the content of a specific page (by ID) 
Php :: wp enqueue 
Php :: store file into specific directory laravel using storage facade 
Php :: check if ajax request php 
Php :: refresh seeder laravel 
Php :: Root composer.json requires php ^7.2.5 but your php version (8.0.6) does not satisfy that requirement. 
Php :: specified key was too long; max key length is 767 bytes (s 
Php :: php unset session variable 
Php :: check if valid url php 
Php :: date_default_timezone_set india 
Php :: mac use php@7.4 
Php :: php foreach first element 
Php :: select distinct laravel 
Php :: hide .php from url .htaccess 
Php :: create and download text file in php 
Php :: laravel optimize clear 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =