Skip to content

Instantly share code, notes, and snippets.

@codename065
Created August 16, 2021 06:14
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 codename065/7ace3fb4dc470ed89bba9aa6b70e348d to your computer and use it in GitHub Desktop.
Save codename065/7ace3fb4dc470ed89bba9aa6b70e348d to your computer and use it in GitHub Desktop.
Open In New Window
<script>
jQuery(function($){
$('.wpdm-download-link').each(function(){
$(this).attr('target','_blank');
});
});
</script>
@codename065
Copy link
Author

Add the js code in footer.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment