eacDoojigger
Packages
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.
- ipUtil
- Utility to check IPv4 or IPv6 address to a list of addresses or networks (using CIDR)
- 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
- CONCATENATE_SCRIPTS = false
- DISALLOW_FILE_EDIT = true
- DISALLOW_FILE_MODS = true
- EAC_DOOJIGGER_ACTIONTIMER = \true
- Run the plugin loader
- EACDOOJIGGER_HOME = __DIR__
- WP_ENVIRONMENT_TYPE = $env
- is_request_type() : bool
- function: \EarthAsylumConsulting\is_request_type().
- is_php_request() : bool
- function: \EarthAsylumConsulting\is_php_request().
- is_admin_request() : bool
- function: \EarthAsylumConsulting\is_admin_request().
- is_network_admin_request() : bool
- function: \EarthAsylumConsulting\is_network_admin_request().
Constants
CONCATENATE_SCRIPTS
public
mixed
CONCATENATE_SCRIPTS
= false
DISALLOW_FILE_EDIT
public
mixed
DISALLOW_FILE_EDIT
= true
DISALLOW_FILE_MODS
public
mixed
DISALLOW_FILE_MODS
= true
EAC_DOOJIGGER_ACTIONTIMER
Run the plugin loader
public
mixed
EAC_DOOJIGGER_ACTIONTIMER
= \true
EACDOOJIGGER_HOME
public
mixed
EACDOOJIGGER_HOME
= __DIR__
WP_ENVIRONMENT_TYPE
public
mixed
WP_ENVIRONMENT_TYPE
= $env
Functions
is_request_type()
function: \EarthAsylumConsulting\is_request_type().
is_request_type([string $type = 'php' ]) : bool
check request uri for file type
Parameters
- $type : string = 'php'
-
- the file type ('php')
Return values
bool —is_php_request()
function: \EarthAsylumConsulting\is_php_request().
is_php_request() : bool
check request uri for php script
Return values
bool —is_admin_request()
function: \EarthAsylumConsulting\is_admin_request().
is_admin_request() : bool
admin-ajax & admin-post request always return is_admin() == true are we calling for the frontend or backend?
Return values
bool —is_network_admin_request()
function: \EarthAsylumConsulting\is_network_admin_request().
is_network_admin_request() : bool
admin-ajax & admin-post request always return is_network_admin() == false are we calling for network admin?