{eac}Doojigger Reference

eacDoojigger

Packages

Helpers
Extensions

Interfaces, Classes, Traits and Enums

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) - {eac}Doojigger for WordPress
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.
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
eacDoojigger_administration
Primary plugin file - {eac}Doojigger for WordPress
eacDoojigger_administration
datetime
date/time utilities trait - {eac}Doojigger for WordPress
html_input_fields
html input field methods - {eac}Doojigger for WordPress
html_input_fields
plugin_environment
Plugin Loader environment check trait - {eac}Doojigger for WordPress
plugin_environment
plugin_help
Plugin help trait - {eac}Doojigger for WordPress
plugin_help
plugin_loader
Custom Plugin Loader trait - {eac}Doojigger for WordPress
plugin_loader_environment
Plugin Loader environment check trait - {eac}Doojigger for WordPress
plugin_uninstall
Custom Plugin uninstaller trait - {eac}Doojigger for WordPress
plugin_update
Plugin updater trait - {eac}Doojigger for WordPress
plugin_update_notice
Plugin updater notice trait - {eac}Doojigger for WordPress
standard_options
standard options trait - {eac}Doojigger for WordPress
standard_options
swRegistrationUI
software registration UI for use with {eac}SoftwareRegistry - {eac}Doojigger for WordPress
swRegistrationUI
version_compare
version compare utilites trait - {eac}Doojigger for WordPress
zip_archive
zip_archive trait - {eac}Doojigger for WordPress

Table of Contents

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

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