Skip to content

Instantly share code, notes, and snippets.

@timwhitlock
Created August 21, 2010 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save timwhitlock/542163 to your computer and use it in GitHub Desktop.
Save timwhitlock/542163 to your computer and use it in GitHub Desktop.
/* [twhitlock] define some configs before Wordpress can beat our plug-ins to it */
define('WP_CDN_ROOT','http://cdn.timwhitlock.info/wordpress');
define('WP_CONTENT_URL', WP_CDN_ROOT.'/wp-content');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment