Warning: This function has been deprecated.
woocommerce_cart_totals_coupon_html( $coupon )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_cart_totals_coupon_html( $coupon ) { wc_deprecated_function( __FUNCTION__, '3.0', 'wc_cart_totals_coupon_html' ); wc_cart_totals_coupon_html( $coupon ); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |