\Barn2\Plugin\WC_Protected_CategoriesPlugin

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

Summary

Methods
Properties
Constants
__construct()
register()
maybe_load_services()
after_setup_theme()
load_services()
get_service()
get_services()
load_textdomain()
No public properties found
NAME
ITEM_ID
No protected methods found
No protected properties found
N/A
define_constants()
includes()
add_missing_woocommerce_notice()
$services
N/A

Constants

NAME

NAME

ITEM_ID

ITEM_ID

Properties

$services

$services :

Type

Methods

__construct()

__construct(string  $file = null,string  $version = '1.0')

Constructs and initalizes the main plugin class.

Parameters

string $file

The root plugin FILE

string $version

The current plugin version

register()

register()

Registers the plugin with WordPress.

maybe_load_services()

maybe_load_services()

after_setup_theme()

after_setup_theme()

load_services()

load_services()

get_service()

get_service(  $id)

Parameters

$id

get_services()

get_services()

load_textdomain()

load_textdomain()

define_constants()

define_constants()

includes()

includes()

add_missing_woocommerce_notice()

add_missing_woocommerce_notice()