Skip to content

Instantly share code, notes, and snippets.

@jbma
Created February 17, 2015 07:17
Show Gist options
  • Save jbma/bfcc0a4a3bc5b3418a5d to your computer and use it in GitHub Desktop.
Save jbma/bfcc0a4a3bc5b3418a5d to your computer and use it in GitHub Desktop.
<?php
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );
/*
Plugin Name: Add all images to CDN
Author: Jonathan (WP Rocket Team)
Author URI: http://wp-rocket.me
*/
add_filter( 'rocket_buffer', 'rocket_cdn_images', PHP_INT_MAX );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment