eacDoojigger
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_context
- Plugin context switch front-end (public) vs back-end (administration) w/backend auto-updates - {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
- Primary plugin file - {eac}Doojigger for WordPress
- eacDoojigger
- Uninstaller class using plugin_uninstall
- datetime
- date/time utilities trait - {eac}Doojigger for WordPress
- plugin_help
- Plugin help trait - {eac}Doojigger for WordPress
- 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
- swRegistrationUI
- software registration UI for use with {eac}SoftwareRegistry - {eac}Doojigger for WordPress
- 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?
- is_admin_request() : bool
- Ajax request always return is_admin() == true are we calling for the frontend or backend?
- is_network_admin_request() : bool
- Ajax request always return is_network_admin() == false are we calling for network admin?
Constants
WP_ENVIRONMENT_TYPE
public
mixed
WP_ENVIRONMENT_TYPE
= $env
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 —is_admin_request()
Ajax 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()
Ajax request always return is_network_admin() == false are we calling for network admin?
is_network_admin_request() : bool