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 | |
/** | |
* Woocommerce cart - display prices with coupons applied, per cart item. | |
* | |
* @param string $subtotal | |
* @param array $cart_item | |
* @param string $cart_item_key | |
* @return $subtotal | |
* | |
* Inspired by: |