Skip to content

Instantly share code, notes, and snippets.

@iamntz
Created February 7, 2012 13:46
Show Gist options
  • Save iamntz/1759750 to your computer and use it in GitHub Desktop.
Save iamntz/1759750 to your computer and use it in GitHub Desktop.
$ntz_site_url = 'http://domain.com/';
define( 'WP_SITEURL', $ntz_site_url );
define( 'WP_HOME', $ntz_site_url );
define( 'WP_CONTENT_URL', $ntz_site_url.'/wp-content' );
define( 'WP_PLUGIN_URL', $ntz_site_url.'/wp-content/plugins' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment