Namespace \PlusBusinessSoftware\Emails
Bestand: WC_Customer_Activation_Rejected_Email.php
/**
* Allow filtering of the email subject
*
* @filter woocommerce_email_subject_wc_plus_customer_activation_rejected
* @param string The formatted email subject
* @param \PlusBusinessSoftware\Emails\WC_Customer_Activation_Rejected_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_activation_rejected
* @param string The formatted string containing the heading
* @param \PlusBusinessSoftware\Emails\WC_Customer_Activation_Rejected_Email An instance of this class
*/
return apply_filters( 'woocommerce_email_heading_' . $this->id, $this->format_string( $this->heading ), $this->object );