Plugin loading chain
The plugin initialize itself in a few steps:
- Plugin loaded by WordPress - all the classes and functions are loaded
do_action( 'notification/boot/initial' )
- On
plugins_loaded
with priority10
Carriers, Recipients and Global Merge Tags are loaded - On
init
with priority1000
Triggers are loaded do_action( 'notification/boot' )
- Plugin is fully initialized and all the defaults are loaded