manager
Interfaces, Classes and Traits
- Admin
- General Admin Functions
- Category_Edit
- Handles fields and data on the Product Category Add/Edit screen
- Product_Edit
- Handles the quantity settings on the Edit Product screen, in the Product Data metabox.
- Settings_Page
- Handles the WooCommerce settings page.
- Cart_Validation
- Cart Validation Object
- Frontend_Scripts
- Handles the registering of the front-end scripts.
- Add_To_Cart
- Add to Cart Handler
- Cart
- Cart Handler
- Quantity_Input
- Quantity Input Handler
- Product_Table
- WooCommerce Product Table integration.
- Quick_View_Pro
- WooCommerce Quick View Pro integration.
- Restaurant_Ordering
- WooCommerce Restaurant Ordering integration.
- Notice_Helper
- Quantity Step
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to return the shared plugin instance.
- Abstract_Min_Max_Rule
- Min Max Rules Abstract
- Abstract_Rule
- Abstract Rule Class
- Default_Quantity
- Default Quantity
- Min_Max_Quantity
- Min Max Quantity Rules
- Min_Max_Value
- Min Max Value Rules
- Quantity_Step
- Quantity Step
- Quantity_Step_Shared
- Quantity Step Global
- Cart
- Cart Utilities
- Field
- Field (Data) Utilities
- Util
- Role Utilities
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '2.1'
- wqm() : Plugin
- Helper function to access the shared plugin instance.
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '2.1'
Functions
wqm()
Helper function to access the shared plugin instance.
wqm() : Plugin
Return values
Plugin —The plugin instance.