Skip to content

Instantly share code, notes, and snippets.

@jetsloth
Created June 5, 2021 00:57
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 jetsloth/f15871a2f5853bfbf64099d13b3653bc to your computer and use it in GitHub Desktop.
Save jetsloth/f15871a2f5853bfbf64099d13b3653bc to your computer and use it in GitHub Desktop.
Using JetSloth's gfic_choice_price filter to hide the price label in option fields
<script type="text/javascript">
window.jetsloth_add_filter('gfic_choice_price', function(priceLabel, selectedPrice, price, formId, fieldId, index){
return '';
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment