Warning: This method has been deprecated.
WC_Order_Refund::get_refund_reason()
Get refund reason.
Description Description
Return Return
(int|float)
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(); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |