{eac}Doojigger Reference

eacDoojigger

Packages

Extensions
Helpers
Traits
Utilities

Interfaces, Classes, Traits and Enums

LoggerAwareInterface
Describes a logger-aware instance.
LoggerInterface
Describes a logger instance.
LoggerAwareInterface
Describes a logger-aware instance.
LoggerInterface
Describes a logger instance.
abstract_backend
{eac}Doojigger for WordPress - Plugin back-end (administration) methods and hooks.
abstract_context
Plugin context switch front-end (public) vs back-end (administration)
abstract_core
{eac}Doojigger for WordPress - Plugin core methods, hooks, and settings.
abstract_extension
{eac}Doojigger for WordPress - Base class for custom plugin extensions.
abstract_frontend
{eac}Doojigger for WordPress - Plugin front-end (public) methods and hooks.
AbstractLogger
This is a simple Logger implementation that other Loggers can inherit from.
InvalidArgumentException
LogLevel
Describes log levels.
NullLogger
This Logger can be used to avoid conditional log calls.
AbstractLogger
This is a simple Logger implementation that other Loggers can inherit from.
InvalidArgumentException
LogLevel
Describes log levels.
NullLogger
This Logger can be used to avoid conditional log calls.
WPConfigTransformer
Transforms a wp-config.php file.
eacDoojigger
Primary plugin file - {eac}Doojigger for WordPress
eacDoojigger_registration
{eac}Doojigger for WordPress - Base class for custom plugin extensions.
eacDoojigger
Uninstaller class using plugin_uninstall
LoggerAwareTrait
Basic Implementation of LoggerAwareInterface.
LoggerTrait
This is a simple Logger trait that classes unable to extend AbstractLogger (because they extend another class, etc) can include.
LoggerAwareTrait
Basic Implementation of LoggerAwareInterface.
LoggerTrait
This is a simple Logger trait that classes unable to extend AbstractLogger (because they extend another class, etc) can include.
eacDoojigger_admin_traits
html_input_fields
plugin_environment
plugin_help
plugin_update
Plugin updater trait - {eac}Doojigger for WordPress
standard_options
swRegistrationUI

Table of Contents

DISALLOW_FILE_EDIT  = true
DISALLOW_FILE_MODS  = true
EAC_DOOJIGGER_ACTIONTIMER  = \true
Run the plugin loader
EACDOOJIGGER_HOME  = __DIR__
WP_ENVIRONMENT_TYPE  = $env
is_admin_request()  : bool
admin-ajax & admin-post request always return is_admin() == true are we calling for the frontend or backend?
is_network_admin_request()  : bool
admin-ajax & admin-post request always return is_network_admin() == false are we calling for network admin?

Constants

EACDOOJIGGER_HOME

public mixed EACDOOJIGGER_HOME = __DIR__

Functions

is_admin_request()

admin-ajax & admin-post request always return is_admin() == true are we calling for the frontend or backend?

is_admin_request() : bool
Return values
bool

is_network_admin_request()

admin-ajax & admin-post request always return is_network_admin() == false are we calling for network admin?

is_network_admin_request() : bool
Return values
bool

Search results