WooCommerce iZettle 1.x Code Reference
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference

Namespaces

  • Onlineforce
    • Woocommerce_Izettle

Classes

  • Woocommerce_Izettle
  • Woocommerce_Izettle_Activator
  • Woocommerce_Izettle_Admin
  • Woocommerce_Izettle_Admin_Actions
  • Woocommerce_Izettle_Admin_Ajax
  • Woocommerce_Izettle_Admin_Meta_Boxes
  • Woocommerce_Izettle_Admin_Notices
  • Woocommerce_Izettle_Background_Worker
  • Woocommerce_Izettle_Cron
  • Woocommerce_Izettle_Deactivator
  • Woocommerce_Izettle_I18n
  • Woocommerce_Izettle_Images
  • Woocommerce_Izettle_Inventory
  • Woocommerce_Izettle_Loader
  • Woocommerce_Izettle_Orders
  • Woocommerce_Izettle_Products
  • Woocommerce_Izettle_Settings

Functions

  • run_woocommerce_izettle

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

Methods summary

public
# __construct( )

Define the core functionality of the plugin.

Define the core functionality of the plugin.

Set the plugin name and the plugin version that can be used throughout the plugin. Load the dependencies, define the locale, and set the hooks for the admin area and the plugin.

Since

1.0.0
public
# check_api_tokens( )
public
# pull_inventory_cron( )
public
# run( )

Run the loader to execute all of the hooks with WordPress.

Run the loader to execute all of the hooks with WordPress.

Since

1.0.0
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.

The name of the plugin used to uniquely identify it within the context of WordPress and to define internationalization functionality.

Returns

string
The name of the plugin.

Since

1.0.0
public Onlineforce\Woocommerce_Izettle\Woocommerce_Izettle_Loader
# get_loader( )

The reference to the class that orchestrates the hooks with the plugin.

The reference to the class that orchestrates the hooks with the plugin.

Returns

Onlineforce\Woocommerce_Izettle\Woocommerce_Izettle_Loader
Orchestrates the hooks of the plugin.

Since

1.0.0
public string
# get_version( )

Retrieve the version number of the plugin.

Retrieve the version number of the plugin.

Returns

string
The version number of the plugin.

Since

1.0.0

Properties summary

protected Onlineforce\Woocommerce_Izettle\Woocommerce_Izettle_Loader $loader

The loader that's responsible for maintaining and registering all hooks that power the plugin.

The loader that's responsible for maintaining and registering all hooks that power the plugin.

Since

1.0.0
#
protected string $plugin_name

The unique identifier of this plugin.

The unique identifier of this plugin.

Since

1.0.0
#
protected string $version

The current version of the plugin.

The current version of the plugin.

Since

1.0.0
#
protected $admin_notice_handler

The class that handles admin notices.

The class that handles admin notices.

Since

1.1.0
#
public $background_worker

The class that handles background jobs.

The class that handles background jobs.

Since

1.1.0
#
WooCommerce iZettle 1.x Code Reference API documentation generated by ApiGen