Skip to content

Loads WordPress assets from a CDN instead of of local server.

Notifications You must be signed in to change notification settings

wpsumo/wp-cdn-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CDN Loader for WordPress

Simple plugin that will load all public assets from a CDN instead of your local server.

Usage

  1. Install the plugin
  2. 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.

About

Loads WordPress assets from a CDN instead of of local server.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%