id = 'processing-order-user'; $this->title = __( 'User', 'learnpress' ); $this->description = __( 'Notify users when their course orders are being processed.', 'learnpress' ); $this->default_subject = __( 'The order placed on {{order_date}} has been processing', 'learnpress' ); $this->default_heading = __( 'Thank you for your order', 'learnpress' ); parent::__construct(); } } return new LP_Email_Processing_Order_User(); }