woocommerce_email_heading_customer_refunded_order, $this->format_string( $heading
woocommerce_email_heading_customer_refunded_order, $this->format_string( $heading
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_email_heading_customer_refunded_order, $this->format_string( $heading') is found 2 times:
- /includes/emails/class-wc-email-customer-pos-refunded-order.php line 157
* @param WC_Order $order Order object. * @param WC_Email_Customer_POS_Refunded_Order $email Email object. * @since 3.7.0 */ 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.
- /includes/emails/class-wc-email-customer-refunded-order.php line 154
* @param WC_Order $order Order object. * @param WC_Email_Customer_Refunded_Order $email Email object. * @since 3.7.0 */ 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.