📜  wordpress 更改站点地址 - PHP 代码示例

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

代码示例1
// Add to top of wp-config.php
define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );