woocommerce_formatted_refund_amount

woocommerce_formatted_refund_amount

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_formatted_refund_amount') is found 1 times:

  • /includes/class-wc-order-refund.php line 137
    	 * @since 2.4
    	 * @return string
    	 */
    	public function get_formatted_refund_amount() {
    		return apply_filters( 'woocommerce_formatted_refund_amount', wc_price( $this->get_amount(), array( 'currency' => $this->get_currency() ) ), $this );
    	}
    
    	/**
    	 * Set refunded amount.
    	 *
    	 * @param string $value Value to set.