Bundling Notification plugin
Including Notification in your plugin or theme is really very simple. It can work as a library (similar to Advanced Custom Fields or other plugins).
One difference is that you don’t have to define anything. Just include the plugin’s load.php file like this:
Notification will figure out its paths and URLs.
When bundled, the Notification initializes on init 4
to make sure it gets the priority. Notification loaded as a normal plugin is ignored.
Last updated