Skip to content

Instantly share code, notes, and snippets.

@jbma
Created November 29, 2015 11:22
Show Gist options
  • Save jbma/08953a40b2038dd29243 to your computer and use it in GitHub Desktop.
Save jbma/08953a40b2038dd29243 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'rocket_minify_excluded_external_js', '__fix_wprocket_excluded_external_js' );
function __fix_wprocket_excluded_external_js( $external_js ) {
$external_js[] = 'ir-de.amazon-adsystem.com';
return $external_js;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment