Plugin extends Premium_Plugin
The main plugin class. Responsible for setting up to core plugin services.
Tags
Table of Contents
- ITEM_ID = 128233
- NAME = 'WooCommerce Quantity Manager'
- __construct() : mixed
- Constructs and initalizes the main plugin class.
- add_services() : void
- Add the plugin services.
Constants
ITEM_ID
public
mixed
ITEM_ID
= 128233
Tags
NAME
public
mixed
NAME
= 'WooCommerce Quantity Manager'
Tags
Methods
__construct()
Constructs and initalizes the main plugin class.
public
__construct([string $file = null ][, string $version = '1.0' ]) : mixed
Parameters
- $file : string = null
-
The path to the main plugin file.
- $version : string = '1.0'
-
The current plugin version.
Tags
Return values
mixed —add_services()
Add the plugin services.
public
add_services() : void