PHP Class WC_Email_Customer_Processing_Order

An email sent to the customer when a new order is paid for.
Author: WooThemes
Inheritance: extends WC_Email
Show file Open project: woocommerce/woocommerce Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor.
get_content_html ( ) : string Get content html.
get_content_plain ( ) : string Get content plain.
trigger ( integer $order_id ) Trigger.

Method Details

__construct() public method

Constructor.
public __construct ( )

get_content_html() public method

Get content html.
public get_content_html ( ) : string
return string

get_content_plain() public method

Get content plain.
public get_content_plain ( ) : string
return string

trigger() public method

Trigger.
public trigger ( integer $order_id )
$order_id integer