Plugin_Integration implements Standard_Service

Plugin Integration abstract class.

Base class for integrating with third-party plugins.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Standard_Service

Table of Contents

$plugin_class  : string
The main plugin class to check for existence.
$plugin_function  : string
The main plugin function to check for existence.
plugin_is_enabled()  : bool
Check if the plugin is enabled.

Properties

$plugin_class

The main plugin class to check for existence.

protected string $plugin_class = ''

$plugin_function

The main plugin function to check for existence.

protected string $plugin_function = ''

Methods

plugin_is_enabled()

Check if the plugin is enabled.

public plugin_is_enabled() : bool
Return values
bool

Search results