Skip to content

Instantly share code, notes, and snippets.

@leewillis77
Created October 11, 2024 15:01
Show Gist options
  • Save leewillis77/744072a7281a48451c4ad3248f74b7ab to your computer and use it in GitHub Desktop.
Save leewillis77/744072a7281a48451c4ad3248f74b7ab to your computer and use it in GitHub Desktop.
Disable MSRP prices in the main product listing
<?php
add_filter( 'woocommerce_msrp_price_column_hidden', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment