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:

require_once( 'path/to/plugin/notification/load.php' );

Notification will figure out its paths and URLs.

Last updated