WC_Email_Customer_Completed_Order::get_content_plain()
Get content plain.
Description Description
Return Return
(string)
Source Source
File: includes/emails/class-wc-email-customer-completed-order.php
public function get_content_plain() { return wc_get_template_html( $this->template_plain, array( 'order' => $this->object, 'email_heading' => $this->get_heading(), 'additional_content' => $this->get_additional_content(), 'sent_to_admin' => false, 'plain_text' => true, 'email' => $this, ) ); }