Skip to content

Instantly share code, notes, and snippets.

@AndreaBarghigiani
Last active December 29, 2017 12:08
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 AndreaBarghigiani/ee7a89176b1a885cb07507a394aa7d37 to your computer and use it in GitHub Desktop.
Save AndreaBarghigiani/ee7a89176b1a885cb07507a394aa7d37 to your computer and use it in GitHub Desktop.
Questo Gist presenta la singola stringa di codice necessaria all'attivazione di un WordPress MultiSite che descrivo nel dettaglio in questo articolo: https://skillsandmore.org/multisite-cosa-come-sfruttarla-meglio
<?php //Apertura PHP inserita solo per colorazione sintassi
/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );
/* That's all, stop editing! Happy blogging. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment