Answers for "wordpress get wp-config path"

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
0

wp-config.php location

public_html --> wp-config
Posted by: Guest on September-08-2021

Code answers related to "wordpress get wp-config path"

Browse Popular Code Answers by Language