WordPress Notification Plugin Loading Chain & Hooks
WordPress Notification plugin loading chain defines the initialization sequence and hook priorities for proper plugin integration. Understanding this loading process is essential for developers building extensions or integrating with the notification system.
- 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