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.8.7.0

apply_filters('woocommerce_email_heading_customer_refunded_order') is found 1 times:

  • /includes/emails/class-wc-email-customer-refunded-order.php line 118
    				$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.