Linux 软件免费装
Banner图

Notification - Custom Notifications and Alerts for WordPress

开发者 notification
bracketspace
Kubitomakita
tomaszadamowicz
insejn
mateuszgbiorczyk
更新时间 2026年3月11日 16:32
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv3
版权网址: 版权信息

标签

email mail notification alert notify

下载

9.0.8 7.0.2 7.1.1 8.0.4 1.3.1 8.0.15 8.0.7 9.0.0 1.2 9.0.9 7.2.2 7.2.3 7.2.4 7.0.4 5.1.1 6.3.2 7.0.0 8.0.8 2.3.1 8.0.14 9.0.10 9.0.4 9.0.6 1.3 1.4 2.0 2.0.1 2.1 2.2 2.3 2.4 3.0 3.1.1 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 5.0.0 5.1.0 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.2.1 5.2.2 5.2.3 5.2.4 5.3.1 5.3.2 6.0.0 6.0.1 6.0.3 6.0.4 6.1.0 6.1.1 6.1.2 6.1.3 6.1.5 6.1.6 6.2.0 7.1.0 7.2.1 8.0.0 1.1.1 3.1 6.1.4 8.0.2 8.0.3 7.0.1 7.0.3 7.2.0 9.0.1 9.0.2 9.0.3 9.0.5 5.1.2 5.2.0 6.0.2 6.3.0 6.3.1 8.0.1 8.0.11 8.0.6 8.0.9 5.3.0 8.0.10 8.0.12 8.0.13 8.0.5

详情介绍:

WordPress sends emails you can’t customize. You can’t change who receives them, what they say, or how they look. And if you need to notify your team about content changes, user activity, or security events — WordPress simply doesn’t do that. Notification fixes this. It gives you complete control over what WordPress sends, to whom, and through which channel. Replace rigid default emails with fully customizable messages, or create entirely new notifications triggered by any WordPress event. No coding required — set up your first notification in under 5 minutes. [youtube https://www.youtube.com/watch?v=gW2KHrT_a7U] WHAT YOU CAN DO WITH THE FREE VERSION REPLACE DEFAULT WORDPRESS EMAILS The built-in Wizard walks you through disabling WordPress default emails and replacing them with your own. You keep full control over the content, recipients, and formatting — no more generic messages you can’t edit. BUILT-IN TRIGGERS Over 50 triggers are ready to use out of the box. Enable or disable them in Settings. Each trigger comes with its own set of Merge Tags, plus you can use Global Merge Tags ({site_title}, {admin_email}, {home_url}, etc.) anywhere. EXTENSIONS Extend the plugin with additional carriers, triggers, and features: DEVELOPER-FRIENDLY Notification is designed to be extended. Create custom Triggers from any do_action() call, add Merge Tags in a single line of code, or build entirely new Carriers. The plugin can be bundled with your theme or plugin and white-labeled with one function call. USE CASES Here are some of the most popular specific setups. See the FAQ section for step-by-step details on each. USEFUL LINKS CUSTOM DEVELOPMENT BracketSpace - the company behind this plugin provides custom WordPress plugin development services. We can create any custom plugin for you.

安装:

Requirements This plugin requires at least PHP 7.4. Plugin install Download and install this plugin from Plugins -> Add New admin screen. Distributing in a plugin or theme Notification can be loaded also as a part of any plugin or theme. To do it just include plugins's load.php file. It will figure out if it's loaded from theme or from plugin. See the detailed guide

屏幕截图:

  • All triggers
  • Settings
  • Extensions
  • Help tab with global Merge Tags
  • Wizard
  • Default email disabler

升级注意事项:

9.0.0 Minimum required PHP version is 7.4. Compatibility breaking changes. Please make sure to review the changelog before upgrading and adjust your customizations. The premium plugins won't work with Notification 9.0.0 unless updated. Webook and Webhook JSON Carriers are now deprecated and won't work unless you get an add-on. 8.0.0 Compatibility breaking changes and security fixes. Please make sure to review the changelog before upgrading and adjust your customizations. The premium plugins won't work with Notification v8 unless updated. 7.0.0 Compatibility breaking changes. Please make sure to review the changelog before upgrading and adjust your customizations. The premium plugins won't work with Notification v7 unless updated.

常见问题:

How can I test my notifications?

No 3rd-party plugins needed. The Notification plugin comes with a built-in logger — activate it in Settings > Debugging and you'll see all notification parameters in a log visible only to you.

Why am I not receiving any emails?

First, check if WordPress sends any emails at all — try resetting your password. If that email doesn't arrive, the issue is your server configuration, not this plugin. Use any SMTP plugin to fix that. You can also activate the debug log in plugin settings to confirm whether the notification is being triggered.

Is this plugin for regular users?

Absolutely. The plugin has an intuitive visual interface in the WordPress Admin — no coding skills required. Developers get a powerful API on top of that, but it's entirely optional.

How do I notify authors when their post is published?

Create a new notification and select the Post Published trigger. Add an Email carrier and set the recipient type to Email/Merge Tag with the value {post_author_user_email}. Use merge tags like {post_title} in the subject and {post_permalink}, {post_publication_datetime} in the body.

How do I get email notifications for posts pending review?

WordPress doesn't send these by default — it's one of the most requested missing features. Create a notification with the Post Pending Review trigger. Set the recipient to the Role type and choose Editor (or Administrator). Use {post_title}, {post_author_user_display_name}, and {post_permalink} to build a useful message.

How do I replace the default WordPress new user email?

First, disable the default WordPress new user email in Notifications > Settings > Integrations. Then create a notification with the User Registered trigger. Set the recipient to Email/Merge Tag{user_email}. Use {user_login}, {user_password_setup_link}, and {site_title} in the body to create your branded welcome message.

How do I get notified about failed login attempts?

Create a notification with the User Login Failed trigger. Set the recipient to the Administrator role. Include {user_login}, {user_IP}, and {user_login_failed_datetime} in the body to see who tried to log in, from where, and when.

How do I know when someone edits a published post?

Use the Post Updated trigger. Set the recipient to the Administrator role (or any role/email you prefer). Include {post_title}, {post_permalink}, {post_updating_user_display_name}, and {post_revision_link} in the body to see what changed and who changed it.

How do I get notified when plugins are activated or updated?

Create two notifications — one with the Plugin Activated trigger and one with the Plugin Updated trigger. Use {plugin_name}, {plugin_version}, and {plugin_activation_date_time} in the message body. Similar triggers are also available for themes.

How do I notify a user when their role changes?

Create a notification with the User Role Changed trigger. Set the recipient to Email/Merge Tag{user_email} so the affected user gets the notification. Use {user_display_name}, {old_role}, and {new_role} in the body.

How do I set up comment notifications for post authors?

Create a notification with the Comment Published trigger. Set the recipient to Email/Merge Tag{post_author_user_email} so the post author is notified. Use {comment_author_user_display_name}, {comment_content}, {post_title}, and {post_permalink} in the body.

How is this plugin different from Better Notifications for WP (BNFW)?

Both plugins let you customize WordPress email notifications, but they take different approaches:

  • Merge Tags vs shortcodes — Notification uses a visual Merge Tag picker with a click-to-insert interface. BNFW uses shortcodes typed into a WYSIWYG editor.
  • Multiple carriers — Notification has a carrier architecture that supports email, webhooks, and (via extensions) Slack, Discord, Push, SMS, and more. BNFW focuses on email only.
  • Developer API — Notification lets you create custom triggers from any WordPress action, add merge tags, build new carriers, and bundle/white-label the plugin. BNFW doesn't offer this level of extensibility.
  • Extension ecosystem — 20+ extensions for additional carriers (Slack, Twilio, Pushover), conditional logic, scheduled triggers, WooCommerce, and more.
BNFW is a solid choice if you only need to customize email content. Notification is for users who want full control over what gets sent, where, and how.

How does Notification compare to OneSignal?

They solve completely different problems. OneSignal sends browser push notifications to re-engage visitors after they leave your site. Notification sends event-driven alerts (email, webhook, Slack, etc.) when something happens inside WordPress — a post is published, a user registers, a comment needs moderation. They complement each other rather than compete. Use OneSignal for marketing push notifications to your audience, and Notification for internal workflow alerts for your team.

How does Notification compare to Manage Notification E-mails?

Manage Notification E-mails gives you on/off toggles for default WordPress emails — you can mute them, but that's it. Notification can also disable default emails, but then lets you replace them with fully customized versions — custom content, custom recipients, merge tags, and multiple carrier options. It's the difference between muting emails and owning them.

How to register my own triggers?

With register_trigger() function. See the detailed guide

How to include a custom field in the notification?

You can write a merge tag yourself or use the Custom Fields extension for a no-code solution.

How to target only specific post / category / user etc?

Use the Conditionals extension to control exactly when a notification is sent.

Can I send to a custom recipient list based on my own plugin or theme logic?

Yes, just include filter-id:some-value in the Recipient value (using the Email/Merge tag type with the Email carrier), then return your recipient list from the notification/recipient/email/some-value filter.

Can I bundle the plugin with my plugin or theme?

Yes. See the detailed guide

Is this plugin capable of sending high volume emails?

The plugin can handle it, but your server probably can't. For thousands of emails at once, use the SendGrid or Mailgun extensions, which are designed for high volume via a single API call. SMTP typically times out after a dozen emails.

Can you create a plugin for me?

Yes! We offer custom plugin development services. Feel free to contact us.

更新日志:

9.0.10 9.0.9 9.0.8 9.0.7 9.0.6 9.0.5 9.0.4 9.0.3 9.0.2 9.0.1 9.0.0 Compatibility Breaking Changes Namespace changes: