hide add to cart button WooCommerce plugin
it will make all products purchasable to FALSE, hence add to cart button will be removed automatically.
1 | add_filter( 'woocommerce_is_purchasable' , false ); |
hide add to cart button WooCommerce plugin
it will make all products purchasable to FALSE, hence add to cart button will be removed automatically.
1 | add_filter( 'woocommerce_is_purchasable' , false ); |