Skip to content

Instantly share code, notes, and snippets.

@99manish
Created November 12, 2019 10:51
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 99manish/8754ca35463f26b05a1f97c827f830b1 to your computer and use it in GitHub Desktop.
Save 99manish/8754ca35463f26b05a1f97c827f830b1 to your computer and use it in GitHub Desktop.
add_action('wp_footer',function(){
?>
<script>
jQuery(document).ready(function(){
var replaced = jQuery(".certifications").html().replace(/jpeg/g,'jpeg?v='+ Math.random());
jQuery(".certifications").html(replaced);
});
</script>
<?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment