woocommerce_email_subject_customer_invoice_paid

woocommerce_email_subject_customer_invoice_paid

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

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_email_subject_customer_invoice_paid') is found 1 times:

  • /includes/emails/class-wc-email-customer-invoice.php line 91
    				if ( $this->block_email_editor_enabled ) {
    					$subject = $this->personalizer->personalize_transactional_content( $subject, $this );
    				}
    
    				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() );
    
    			if ( $this->block_email_editor_enabled ) {
    				$subject = $this->personalizer->personalize_transactional_content( $subject, $this );