Plugin extends Premium_Plugin

The main plugin class. Responsible for setting up to core plugin services.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

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
Tags
Return values
void

Search results