Created
October 11, 2024 15:01
-
-
Save leewillis77/744072a7281a48451c4ad3248f74b7ab to your computer and use it in GitHub Desktop.
Disable MSRP prices in the main product listing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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