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 loadedOn
init
with priority1000
Triggers are loadeddo_action( 'notification/boot' )
- Plugin is fully initialized and all the defaults are loaded
Last updated