Skip to content

Instantly share code, notes, and snippets.

@raewrites
Created February 12, 2015 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raewrites/80ecd6814e9e669fd5b1 to your computer and use it in GitHub Desktop.
Save raewrites/80ecd6814e9e669fd5b1 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