dannyvankooten / wp-cdn-loader
This package is abandoned and no longer maintained.
No replacement package was suggested.
Replaces WordPress theme & plugin asset URL's with a CDN's URL
Package info
git.sr.ht/~dvko/wp-cdn-loader/
Type:wordpress-plugin
pkg:composer/dannyvankooten/wp-cdn-loader
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: 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.phpdefine( 'DVK_CDN_URL', '//xxxxxx.cloudfront.net' );
The plugin won't replace assets when SCRIPT_DEBUG is enabled.