WP Kernel API / core/src / WPK_SUBSYSTEM_NAMESPACES
Variable: WPK_SUBSYSTEM_NAMESPACES
ts
const WPK_SUBSYSTEM_NAMESPACES: object;
Framework subsystem namespaces
Granular namespaces for internal framework logging and debugging. These provide better diagnostic context than the root namespace alone.
Type Declaration
POLICY
ts
readonly POLICY: "wpk.policy";
Policy subsystem
POLICY_CACHE
ts
readonly POLICY_CACHE: "wpk.policy.cache";
Policy cache subsystem
CACHE
ts
readonly CACHE: "wpk.cache";
Resource cache subsystem
ACTIONS
ts
readonly ACTIONS: "wpk.actions";
Action subsystem
EVENTS
ts
readonly EVENTS: "wpk.events";
Event bus subsystem
NAMESPACE
ts
readonly NAMESPACE: "wpk.namespace";
Namespace detection subsystem
REPORTER
ts
readonly REPORTER: "wpk.reporter";
Reporter subsystem