
Understanding Namespaces in the WordPress Hook System
Agbonghama covers how to hook methods of an instantiated class (object) to actions and filters and the caveats of using namespaces in WordPress hook system.
Agbonghama covers how to hook methods of an instantiated class (object) to actions and filters and the caveats of using namespaces in WordPress hook system.
In Part 2, Agbonghama Collins covers ways of triggering events in WordPress and how to hook static and non-static class methods to actions and filters.