{eac}Doojigger Reference

EarthAsylumConsulting

Namespaces

Helpers
Plugin
Extensions
Traits
uninstall

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.
eacDoojigger_ftp_credentials
Extension: file_system - expands on the WordPress WP_filesystem - {eac}Doojigger for WordPress
eacDoojiggerActionTimer
{eac}DoojiggerActionTimer - {eac}Doojigger for WordPress, Track the time to load (include) each plugin; Track duration of specific WP actions; Ability to time custom functions execution
eacDoojiggerAutoloader
{eac}DoojiggerAutoloader class - {eac}Doojigger for WordPress, Autoloader class for EarthAsylum Consulting {eac} Doojigger for WordPress classes and traits
eacDoojiggerEnvironment
{eac}Doojigger Environment - {eac}Doojigger for WordPress, Set WP_ENVIRONMENT_TYPE used by wp_get_environment_type()

Table of Contents

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?

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