This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * WordPress Must Use Plugin which rewrites asset URI's to CDN77. | |
| * | |
| * This is largely inspired my Mark Jaquith's WP_Stack CDN plugin | |
| * https://github.com/markjaquith/WP-Stack/blob/master/WordPress-Dropins/wp-stack-cdn.php | |
| * | |
| * Options that should be set in wp-config.php | |
| * CDN77_ENABLE - Set to TRUE if the CDN should be enabled | |
| * CDN77_DOMAIN - The domain name for the CDN77 subdomain in use |