Skip to content

Instantly share code, notes, and snippets.

@Abd-Ur-Rehman
Created February 23, 2017 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abd-Ur-Rehman/1f3399032148f5f18453bc1266f4af9c to your computer and use it in GitHub Desktop.
Save Abd-Ur-Rehman/1f3399032148f5f18453bc1266f4af9c to your computer and use it in GitHub Desktop.
function lynt_remove_ver( $src ) {
$src = remove_query_arg('ver', $src);
return $src;
}
add_filter( 'script_loader_src', 'lynt_remove_ver' );
add_filter( 'style_loader_src', 'lynt_remove_ver' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment