Plugin loading chain
The plugin initialize itself in a few steps:
- Plugin loaded by WordPress (or theme/plugin if it's bundled)
- On
init 5Notification plugin is initialized - all the classes and functions and defaults (Carriers, Recipients, Triggers, Merge Tags and Resolvers) are loaded do_action( 'notification/init' )- Plugin is fully initialized. Safe for extending