[WordPress] 外掛分享: Notification – Custom Notifications and Alerts for WordPress

WordPress 外掛 Notification – Custom Notifications and Alerts for WordPress 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Notification – Custom Notifications and Alerts for WordPress」是 2011-12-19 上架。
  • 目前有 10000 個安裝啟用數。
  • 上一次更新是 2025-02-18,距離現在已有 79 天。
  • 外掛最低要求 WordPress 5.8 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 有 121 人給過評分。
  • 論壇上目前有 2 個提問,問題解答率 0%

外掛協作開發者

insejn | bracketspace | kubitomakita | notification | tomaszadamowicz | mateuszgbiorczyk |

外掛標籤

mail | alert | email | notify | notification |

內容簡介

ation

User:

New user registration notification

Comment:

New comment notification
Comment approved notification
Comment marked as spam notification

Woocommerce:

New order notification
Completed order notification
Cancelled order notification

Easy Digital Downloads:

New sale notification

Gravity Forms:

New form submission notification

Advanced Custom Fields:

A field was updated notification

Give:

New donation notification

Formidable Forms:

New form entry notification

原文外掛簡介

Custom Notifications and Alerts without a hassle. Notify anyone about any action in your WordPress. With powerful Merge Tags, you can endlessly customize your messages. Set unlimited Notifications in your WordPress Admin via the beautiful and intuitive interface within 5 minutes.

DEFAULT WORDPRESS EMAILS OVERWRITE
Now, with this plugin, you can easily disable default WordPress emails and replace them with your own. To do that you can use our awesome Wizard which will guide you through the process.
HOW DOES IT WORK
The Notification plugin is built with three main components:

Trigger – a WordPress action, ie. User registration or Post publication
Carrier – the thing which is being sent, ie. Email or Push
Merge Tag – dynamic content, ie. {user_email} or {post_permalink}

You can use them in any combination, adding as many Notifications as you want. They can be sent to multiple Recipients with the content you write.
The process is simple:

You select the Trigger
Compose your message with Merge Tags
Set Recipients
Save the Notification

From now on the Notification is working. Test it out and add more!
PERFECT FOR DEVELOPERS
The Notification plugin is easy to set in the WordPress Admin, but it’s even easier to extend with some sweet API.
You can create your own Triggers with any WordPress action. If you do in your code do_action( 'my_plugin_doing_awesome_thing' ) you can create a Trigger out of it.
This allows you to use the Notification plugin as a notification system in your own plugin or theme. How? Well, because of two things:

You can easily load it by copying the plugin files and including load.php file. A function known from Advanced Custom Fields plugin.
You can white label the plugin with just one function which is shipped in the plugin’s core. For free.

How easy extending the Notification plugin is? Let’s see:

Adding another Merge Tag to existing trigger – 1 line of code
Creating custom Trigger – one intuitive class definition and registration with a single method call
Defining Global Merge Tag – 1 line of code
Creating new Extension – we have a Boilerplate ready for you to start hacking

See the developer documentation if you don’t believe us.
DEFAULT RECIPIENTS
The plugin comes with few registered by default recipient types for Email Carrier:

Email address or Merge Tag – free type email address or a Merge Tag
Administrator – takes an email from General Settings page
User – takes an email from WordPress user profile
Role – notify all Users having selected role at once

DEFAULT TRIGGERS
These are already defined in plugin’s core and are ready to use. You can enable or disable them on the Settings page.
WordPress:

Available updates – sent as often as you set them, ie. every week

Post Type:

Published post notification
Post added to database notification
Post drafted (saved as a draft) notification
Updated post notification
Post send for review (pending post) notification
Post approved (pending to publish) notification
Post moved to trash notification

The Notification plugin supports any Custom Post Type out of the box.
Taxonomy terms:

Taxonomy term created notification
Taxonomy term updated notification
Taxonomy term deleted notification

The Notification plugin supports any Taxonomy out of the box.
Comment / Pingback / Trackback:

New comment notification
Comment replied notification
Comment approved notification
Comment unapproved notification
Comment marked as spam notification
Comment moved to trash notification

User:

User registered notification
User profile updated notification
User logged in notification
User failed to log in notification
User logged out notification
User password reset request notification
User password changed notification
User deleted notification

Media:

Media added notification
Media updated notification
Media deleted notification

Plugin:

Plugin activated notification
Plugin deactivated notification
Plugin installed notification
Plugin removed notification
Plugin updated notification

Theme:

Theme installed notification
Theme switched notification
Theme updated notification

WordPress:

Available updates notification

Privacy:

Personal Data erased notification
Personal Data erase request notification
Personal Data exported notification
Personal Data export request notification

Feel free to suggest new core triggers in the support forum.
Each Trigger has own set of Merge Tags but you can use the Global Merge Tags anywhere.
GLOBAL MERGE TAGS
Along the Trigger specific Merge Tags, you can use the below anywhere:

Site homepage URL – {home_url}
Site title – {site_title}
Site tagline – {site_tagline}
Site theme name – {site_theme_name}
Site theme version – {site_theme_version}
Current WordPress version – {wordpress_version}
Admin email – {admin_email}
Trigger name – {trigger_name}
Trigger slug – {trigger_slug}

AWESOME EXTENSIONS

Webhooks – send and receive Webhooks
Conditionals – send Notifications in certain conditions
Custom Fields – use any meta value in your Notifications
Slack – post messages to Slack channel
Push – send push notifications via browser’s native system
Discord – post messages to Discord channel
Twilio – send bulk SMS messages from your Twilio registered phone number
Scheduled Triggers – schedule your notifications based on events time
Review Queue – catch your Notifications into queue for a manual review
WooCommerce – triggers specific to WooCommerce
Pushbullet – send Push and SMS Notifications via your phone
Pushover – send Push messages to devices registered in Pushover
SendGrid – send emails using SendGrid service
Mailgun – send emails using Mailgun service
File Log – save Notifications as file logs on the server
bbPress – bbPress triggers
BuddyPress – BuddyPress triggers and integration with their notification system
Signature – add a signature to all your emails automatically
AppPresser – push messages to your mobile app built with AppPresser
Email Attachments – attach files to your notification

Coming soon – vote for the extensions

Facebook – post messages to Facebook
Twitter – post messages to Twitter
Zapier – connect any WordPress event with Zapier
WordPress Poster – create WordPress posts

POSSIBLE USE CASES

Overwriting default WordPress Emails
Post publication notification to the post author
Custom comment approved notification to post author and administrator
User logged in notification to the administrator
Notification about removed user account

USEFUL LINKS

Documentation
GitHub repository
Report a bug

CUSTOM DEVELOPMENT
BracketSpace – the company behind this plugin provides custom WordPress plugin development services. We can create any custom plugin for you.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Notification – Custom Notifications and Alerts for WordPress」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.2 | 1.3 | 1.4 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 3.0 | 3.1 | 1.1.1 | 1.3.1 | 2.0.1 | 2.3.1 | 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.1 | 5.1.2 | 5.1.3 | 5.1.4 | 5.1.5 | 5.1.6 | 5.1.7 | 5.2.0 | 5.2.1 | 5.2.2 | 5.2.3 | 5.2.4 | 5.3.0 | 5.3.1 | 5.3.2 | 6.0.0 | 6.0.1 | 6.0.2 | 6.0.3 | 6.0.4 | 6.1.0 | 6.1.1 | 6.1.2 | 6.1.3 | 6.1.4 | 6.1.5 | 6.1.6 | 6.2.0 | 6.3.0 | 6.3.1 | 6.3.2 | 7.0.0 | 7.0.1 | 7.0.2 | 7.0.3 | 7.0.4 | 7.1.0 | 7.1.1 | 7.2.0 | 7.2.1 | 7.2.2 | 7.2.3 | 7.2.4 | 8.0.0 | 8.0.1 | 8.0.2 | 8.0.3 | 8.0.4 | 8.0.5 | 8.0.6 | 8.0.7 | 8.0.8 | 8.0.9 | 9.0.0 | 9.0.1 | 9.0.2 | 9.0.3 | 9.0.4 | trunk | 8.0.10 | 8.0.11 | 8.0.12 | 8.0.13 | 8.0.14 | 8.0.15 |

延伸相關外掛(你可能也想知道)

文章
Filter
Apply Filters
Mastodon