Admin implements Registerable, Service, Conditional

General Admin Functions

Tags
author

Barn2 Plugins [email protected]

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Registerable
An object that can be registered with WordPress via the Plugin API, i.e. add_action() and add_filter().
Service
Marker interface to denote a service.
Conditional
An object which is loaded conditionally.

Table of Contents

$license  : mixed
$plugin  : mixed
__construct()  : mixed
get_services()  : mixed
is_required()  : bool
Is this object required?
load_scripts()  : mixed
register()  : mixed

Properties

$license

private mixed $license

$plugin

private mixed $plugin

Methods

get_services()

public get_services() : mixed
Return values
mixed

is_required()

Is this object required?

public is_required() : bool
Return values
bool

true if required, false otherwise.

load_scripts()

public load_scripts(mixed $hook) : mixed
Parameters
$hook : mixed
Return values
mixed

register()

public register() : mixed
Return values
mixed

Search results