Skip to content

Instantly share code, notes, and snippets.

@kary4
Created November 24, 2017 21:12
Show Gist options
  • Save kary4/d3e013326e4bf2d77cea75a3e5c70749 to your computer and use it in GitHub Desktop.
Save kary4/d3e013326e4bf2d77cea75a3e5c70749 to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready(function() {
jQuery('p.et_audio_module_meta').each(function(){
let thisMeta = jQuery(this).html();
thisMeta = thisMeta.replace(/by/,'');
jQuery(this).html(thisMeta);
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment