Eeco_Offline_Gift_Card_Admin
extends WC_Email
in package
Class WC_Customer_Cancel_Order
Table of Contents
- __construct() : void
- Create an instance of the class.
- enqueue_emails() : mixed
- enqueues emails for the given order
- get_content_html() : mixed
- Get content html
- get_content_plain() : mixed
- Get content plain
- trigger() : mixed
- Trigger Function that will send this email to the customer.
Methods
__construct()
Create an instance of the class.
public
__construct() : void
Tags
Return values
void —enqueue_emails()
enqueues emails for the given order
public
enqueue_emails(WC_Order $order, mixed $gift_card) : mixed
Parameters
- $order : WC_Order
-
The order
- $gift_card : mixed
Return values
mixed —get_content_html()
Get content html
public
get_content_html() : mixed
Return values
mixed —get_content_plain()
Get content plain
public
get_content_plain() : mixed
Return values
mixed —trigger()
Trigger Function that will send this email to the customer.
public
trigger() : mixed