recipients
Table of Contents
Classes
- Admin_Controller
- General admin functions for WooCommerce Multiple Email Recipients.
- Settings_Page
- The Multiple Email Recipients settings page. Appears under the main WooCommerce -> Settings menu.
- Setup_Wizard
- Completed
- Emails
- License_Verification
- Upsell
- Emails_Service
- Handle WooCommerce Emails with additional emails
- Fields_Manager
- Manager for multiple email recipients data
- Fields_Service
- Provide additional email at different places depend on the settings
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to create/return the shared plugin instance.
- Settings
- Utility functions for the product table plugin settings.
Constants
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '1.2.12'
Functions
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '1.2.12'
Functions
wmer()
Helper function to access the shared plugin instance.
wmer() : Plugin