LogoLogo
WordPress.orgExtensionsSupport
Version 6
Version 6
  • Notification – Custom Notifications and Alerts for WordPress
  • Known issues
  • User guide
    • How Notification plugin works
    • Who can use this plugin
    • How to create Notifications
    • Custom Post Type support
    • How to escape { character
    • Background processing
    • Troubleshooting
    • How to setup different FROM address for different Notifications
  • Developer
    • General
      • Plugin loading chain
      • Extension possibilities
      • Creating an extension
      • Bundling Notification plugin
      • White label mode
    • Notifications
      • Suppressing the Notification
      • JSON synchronization
      • Programmatic Notifications
    • Triggers
      • List of all default Triggers
      • Custom Trigger
      • Enable support for non-public Custom Post Type
      • Adding Merge Tags to existing Triggers
      • Postponing the Trigger action
      • Delaying Trigger execution with Cron
    • Carriers
      • Suppressing the Carrier
    • Snippets
      • General
        • Automatic Trigger testing
        • Allow other roles to edit Notifications
      • Triggers
        • Post
        • User
      • Integations
        • WP All Import
        • MemberPress
        • Gutenberg
  • Extensions
    • Installation
    • Planned extensions
    • 3rd Party Extensions
    • Custom Fields
    • Scheduled Triggers
Powered by GitBook
On this page
  • Quickstart
  • Naming
  • Releasing the plugin

Was this helpful?

  1. Developer
  2. General

Creating an extension

PreviousExtension possibilitiesNextBundling Notification plugin

Last updated 6 years ago

Was this helpful?

You are very welcome to create your own Notification extension. You can publish it on WordPress.org repository. See below the detailed guidelines to how to make it the best extension ever written.

Quickstart

For your convenience, we created extension boilerplate. You will find it on :

With such a boilerplate you can be sure to follow our standards but most importantly – you can start your extension blazing fast.

Naming

We are following specific naming convention which is: Notification : Something.

The namespace should follow the general format which is: BracketSpace/Notification/Something.

The Something is the part where you place your extension’s name.

Releasing the plugin

Take a look at existing extensions, like or .

If your plugin is free and released on WordPress.org you can about your awesome work. After review we will place your plugin in the Notification’s Extension Directory!

Notification : Signature
Notification : bbPress
let us know
Extension possibilities
GitHub
LogoGitHub - BracketSpace/Notification-Extension-Boilerplate: Extension boilerplate for Notification WordPress pluginGitHub