Skip to main content
Version: v7

Plugin loading chain

The plugin initialize itself in a few steps:

  1. Plugin loaded by WordPress (or theme/plugin if it's bundled)
  2. On init 5 Notification plugin is initialized - all the classes and functions and defaults (Carriers, Recipients, Triggers, Merge Tags and Resolvers) are loaded
  3. do_action( 'notification/init' ) - Plugin is fully initialized. Safe for extending