Plugin extends Premium_Plugin
The main plugin class. Responsible for setting up to core plugin services.
Tags
Table of Contents
- ITEM_ID = 311420
- NAME = 'WooCommerce Fast Cart'
- __construct() : mixed
- Constructs and initalizes the main plugin class.
- add_services() : void
- Registers the plugin services.
- get_wizard_url() : string
- Get the admin url of the setup wizard
Constants
ITEM_ID
public
mixed
ITEM_ID
= 311420
Tags
NAME
public
mixed
NAME
= 'WooCommerce Fast Cart'
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()
Registers the plugin services.
public
add_services() : void
Tags
Return values
void —get_wizard_url()
Get the admin url of the setup wizard
public
get_wizard_url() : string