📜  定义主页 url wordpress config.php 代码示例

📅  最后修改于: 2022-03-11 14:53:39.091000             🧑  作者: Mango

代码示例3
// 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');