Skip to content

Instantly share code, notes, and snippets.

@giulianogrowler
Created August 16, 2018 18:13
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 giulianogrowler/35e270cd6accb1f30f57f840a8995027 to your computer and use it in GitHub Desktop.
Save giulianogrowler/35e270cd6accb1f30f57f840a8995027 to your computer and use it in GitHub Desktop.
define ('WP_CONTENT_FOLDERNAME', 'pippo');
define ('WP_CONTENT_DIR', ABSPATH . WP_CONTENT_FOLDERNAME); define ('WP_SITEURL', ‘http://miosito.it/');
define ('WP_CONTENT_URL', WP_SITEURL . WP_CONTENT_FOLDERNAME);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment