dannyvankooten / wp-cdn-loader
Replaces WordPress theme & plugin asset URL's with a CDN's URL
1.0.2
2022-12-24 19:19 UTC
Requires
- php: >=5.3.0
- composer/installers: ~1.0|~2.0
This package is auto-updated.
Last update: 2024-10-24 23:09:09 UTC
README
Simple plugin that will load all public assets from a CDN instead of your local server.
Usage
- Install the plugin
- Define the following constant in your
wp-config.php
define( 'DVK_CDN_URL', '//xxxxxx.cloudfront.net' );
The plugin won't replace assets when SCRIPT_DEBUG
is enabled.