Warning: This method has been deprecated.

WC_Order_Refund::get_refund_reason()

Get refund reason.


Description Description


Return Return

(int|float)


Top ↑

Source Source

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

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

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.