Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created February 15, 2025 15:40
Show Gist options
  • Save plugin-republic/ba43a943d3229d3b4e5b9df017576764 to your computer and use it in GitHub Desktop.
Save plugin-republic/ba43a943d3229d3b4e5b9df017576764 to your computer and use it in GitHub Desktop.
<?php
add_filter( ‘woocommerce_get_price_html’, function( $price ) {
if ( is_admin() ) return $price;
return ”;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment