Skip to content

Instantly share code, notes, and snippets.

@dsebao
Created March 19, 2018 18:18
Show Gist options
  • Save dsebao/36fe69898f1065af2dbc2cfd187e271a to your computer and use it in GitHub Desktop.
Save dsebao/36fe69898f1065af2dbc2cfd187e271a to your computer and use it in GitHub Desktop.
define ('WP_CONTENT_FOLDERNAME', 'myfolder' );
define ('WP_CONTENT_DIR', ABSPATH . WP_CONTENT_FOLDERNAME );
define ('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/' );
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