eeco_logo_svg Created with Sketch.

WooCommerce Quote Requests

Eeco_WCO_Offer_Edit_Email extends WC_Email
in package

Class eeco_wco_offer_edit_email

Table of Contents

__construct()  : void
Create an instance of the class.
enqueue_emails()  : mixed
Enqueues emails when a request has been made
get_content_html()  : mixed
Get content html
get_content_plain()  : mixed
Get content plain
get_default_content()  : string
The main content of the email
get_default_heading()  : string
Get email heading.
get_default_subject()  : string
Get email subject.
init_form_fields()  : mixed
Settings fields
trigger()  : mixed
Trigger Function that will send this email to the recipient

Methods

__construct()

Create an instance of the class.

public __construct() : void
Tags
access

public

Return values
void

enqueue_emails()

Enqueues emails when a request has been made

public enqueue_emails(array<string|int, mixed> $offer) : mixed
Parameters
$offer : array<string|int, mixed>

The offer data

Return values
mixed

trigger()

Trigger Function that will send this email to the recipient

public trigger() : mixed
Return values
mixed

        

Search results