dannyvankooten / wp-cdn-loader
Replaces WordPress theme & plugin asset URL's with a CDN's URL
Installs: 5 775
Dependents: 0
Suggesters: 0
Security: 0
Type:wordpress-plugin
pkg:composer/dannyvankooten/wp-cdn-loader
Requires
- php: >=5.3.0
- composer/installers: ~1.0|~2.0
This package is auto-updated.
Last update: 2025-01-07 16:51:13 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.