Class Woocommerce_Izettle
The core plugin class.
This is used to define internationalization, admin-specific hooks, and plugin hooks.
Also maintains the unique identifier of this plugin as well as the current version of the plugin.
Namespace: Onlineforce\Woocommerce_Izettle
Package: Woocommerce\Izettle\includes
Author: Onlineforce Sweden AB support@onlineforce.net
Since: 1.0.0
Located at includes/class-woocommerce-izettle.php
Package: Woocommerce\Izettle\includes
Author: Onlineforce Sweden AB support@onlineforce.net
Since: 1.0.0
Located at includes/class-woocommerce-izettle.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
#
get_plugin_name( )
The name of the plugin used to uniquely identify it within the context of WordPress and to define internationalization functionality. |
public
|
|
public
string
|
Properties summary
protected
|
$loader
The loader that's responsible for maintaining and registering all hooks that power the plugin. |
|
protected
string
|
$plugin_name
The unique identifier of this plugin. |
|
protected
string
|
$version
The current version of the plugin. |
|
protected
|
$admin_notice_handler
The class that handles admin notices. |
|
public
|
$background_worker
The class that handles background jobs. |