woocommerce_email_subject_customer_invoice

woocommerce_email_subject_customer_invoice

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_subject_customer_invoice') is found 1 times:

  • /includes/emails/class-wc-email-customer-invoice.php line 90
    				return apply_filters( 'woocommerce_email_subject_customer_invoice_paid', $this->format_string( $subject ), $this->object, $this );
    			}
    
    			$subject = $this->get_option( 'subject', $this->get_default_subject() );
    			return apply_filters( 'woocommerce_email_subject_customer_invoice', $this->format_string( $subject ), $this->object, $this );
    		}
    
    		/**
    		 * Get email heading.
    		 *
    		 * @return string