Plugin extends Premium_Plugin
The main plugin class. Responsible for setting up to core plugin services.
Tags
Table of Contents
- ITEM_ID = 194346
- NAME = 'WooCommerce Wholesale Pro'
- __construct() : mixed
- Constructs and initalizes the main plugin class.
- add_services() : mixed
- Setup the plugin services
Constants
ITEM_ID
public
mixed
ITEM_ID
= 194346
Tags
NAME
public
mixed
NAME
= 'WooCommerce Wholesale Pro'
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 root plugin FILE
- $version : string = '1.0'
-
The current plugin version
Tags
Return values
mixed —add_services()
Setup the plugin services
public
add_services() : mixed