Warning: This method has been deprecated.

WC_Order_Refund::get_refund_amount()

Get refund amount.


Description Description


Return Return

(int|float)


Top ↑

Source Source

File: includes/class-wc-order-refund.php

	public function get_refund_amount() {
		wc_deprecated_function( 'get_refund_amount', '3.0', 'get_amount' );
		return $this->get_amount();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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