# Change root site

To change the root site in a multisite network:

```PHP
define( 'BLOG_ID_CURRENT_SITE', 1 );
```

<p class="callout warning">Plugins might not be compatbile with this change.</p>