Skip to content

Instantly share code, notes, and snippets.

@bryanmonzon
Created March 11, 2014 17:03
Show Gist options
  • Save bryanmonzon/9490210 to your computer and use it in GitHub Desktop.
Save bryanmonzon/9490210 to your computer and use it in GitHub Desktop.
// ========================
// Custom Content Directory
// ========================
define( 'WP_CONTENT_DIR', dirname( __FILE__ ) . '/content' );
define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/content' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment