woocommerce_email_heading_customer_refunded_order

woocommerce_email_heading_customer_refunded_order

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_email_heading_customer_refunded_order') is found 1 times:

  • /includes/emails/class-wc-email-customer-refunded-order.php line 128
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
            $heading = $this->get_option( 'heading_partial', $this->get_default_heading( true ) );
        } else {
            $heading = $this->get_option( 'heading_full', $this->get_default_heading() );
        }
        return apply_filters( 'woocommerce_email_heading_customer_refunded_order', $this->format_string( $heading ), $this->object, $this );
    }
     
    /**
     * Set email strings.
     *
     * @param bool $partial_refund Whether it is a partial refund or a full refund.