Warning: This method has been deprecated.

WC_Abstract_Legacy_Order::increase_coupon_usage_counts()

Increase applied coupon counts.


Description Description


Source Source

File: includes/legacy/abstract-wc-legacy-order.php

	public function increase_coupon_usage_counts() {
		wc_deprecated_function( 'WC_Order::increase_coupon_usage_counts', '3.0', 'wc_update_coupon_usage_counts' );
		wc_update_coupon_usage_counts( $this->get_id() );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.