Plugin loading chain
The plugin initialize itself in a few steps:
Plugin loaded by WordPress (or theme/plugin if it's bundled)
On
init 5
Notification plugin is initialized - all the classes and functions are loadeddo_action( 'notification/init' )
- Plugin is initialized. Safe for extendingdo_action( 'notification/elements' )
- All defaults (Carriers, Recipients, Triggers, Merge Tags and Resolvers) are loaded. Extensions should register custom elements on this action
Last updated