WC_Customer_Needs_Activation_Email.

Namespace \PlusBusinessSoftware\Emails
Bestand: WC_Customer_Needs_Activation_Email.php

				
							/**
		 * Allow filtering of the email subject
		 *
		 * @filter woocommerce_email_subject_wc_plus_customer_needs_activation
		 * @param string The formatted email subject
		 * @param \PlusBusinessSoftware\Emails\WC_Customer_Needs_Activation_Email An instance of this class
		 */
		return apply_filters( 'woocommerce_email_subject_' . $this->id, $this->format_string( $this->subject ), $this->object );

				
			
				
							/**
		 * Allow filtering of the email heading
		 *
		 * @filter woocommerce_email_heading_wc_plus_customer_needs_activation
		 * @param string The formatted email heading
		 * @param \PlusBusinessSoftware\Emails\WC_Customer_Needs_Activation_Email An instance of this class
		 */
		return apply_filters( 'woocommerce_email_heading_' . $this->id, $this->format_string( $this->heading ), $this->object );