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 loaded do_action( 'notification/init' )
- Plugin is initialized. Safe for extending