woocommerce_email_heading_customer_invoice

woocommerce_email_heading_customer_invoice

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_email_heading_customer_invoice') is found 1 times:

  • /includes/emails/class-wc-email-customer-invoice.php line 106
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
            return apply_filters( 'woocommerce_email_heading_customer_invoice_paid', $this->format_string( $heading ), $this->object, $this );
        }
     
        $heading = $this->get_option( 'heading', $this->get_default_heading() );
        return apply_filters( 'woocommerce_email_heading_customer_invoice', $this->format_string( $heading ), $this->object, $this );
    }
     
    /**
     * Default content to show below main email content.
     *
     * @since 3.7.0