Skip to content

Instantly share code, notes, and snippets.

@willybahuaud
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save willybahuaud/ea3578b48dcf99f4fd21 to your computer and use it in GitHub Desktop.

Select an option

Save willybahuaud/ea3578b48dcf99f4fd21 to your computer and use it in GitHub Desktop.
add_filter( 'script_loader_src', 'wp_defer_compat', PHP_INT_MAX, 1 );
function wp_defer_compat( $src ) {
$src = explode( '\'', $src );
$src = $src[0];
return $src;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment