Skip to content

Instantly share code, notes, and snippets.

@ArtfulPussycat
Created November 16, 2016 16:23
Show Gist options
  • Save ArtfulPussycat/c4ab3065de847053175f6056b47f15e5 to your computer and use it in GitHub Desktop.
Save ArtfulPussycat/c4ab3065de847053175f6056b47f15e5 to your computer and use it in GitHub Desktop.
delete-multisite
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/wordpress/';
define( 'DOMAIN_CURRENT_SITE', 'localhost' );
define( 'PATH_CURRENT_SITE', '/wordpress/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment