hide add to cart button woocommerce plugin
it will make all products purchasable to FALSE, hence add to cart button will be removed automatically.
add_filter( 'woocommerce_is_purchasable', false );
We <3 people who code
hide add to cart button woocommerce plugin
it will make all products purchasable to FALSE, hence add to cart button will be removed automatically.
add_filter( 'woocommerce_is_purchasable', false );