[wp-hackers] Defining different WP_CONTENT_URL values for different sites (WP Multisite) in wp-config.php

Aahan Krish krish+wphackers at aahan.me
Fri Feb 14 16:18:55 UTC 2014


Hello,

Is it possible to define different values for WP_CONTENT_URL for different
sites (in WordPress Multisite setup) in wp-config.php?

I'd like to use it to serve static content via a CDN URL. E.g.

    define( 'WP_CONTENT_URL', 'http://d2zzgzil95.cloudfront.net/wp-content'
);

best,
Aahan


More information about the wp-hackers mailing list