trait Email_Traits

A trait to expand the capabilities of the WooCommerce_Plugin to include email-related functionality.

Methods

array
_woocommerce_email_classes(array $emails)

The WooCommerce 'woocommerce_email_classes' action hook. Add the registered Emails to the list of WooCommerce Emails.

load_emails()

Load the WC Email files.

Details

at line 35
final array _woocommerce_email_classes(array $emails)

The WooCommerce 'woocommerce_email_classes' action hook. Add the registered Emails to the list of WooCommerce Emails.

Parameters

array $emails

Return Value

array

The list of registered WooCommerce Emails.

at line 62
final load_emails()

Load the WC Email files.