// This snippet will remove the single product page "Add to Cart" Button//
/* STORE VACATION */
add_filter( 'woocommerce_is_purchasable', '__return_false' );
No comments:
Post a Comment