Linux 软件免费装
Banner图

Notification - Custom Notifications and Alerts for WordPress

开发者 notification
bracketspace
Kubitomakita
tomaszadamowicz
insejn
mateuszgbiorczyk
更新时间 2024年10月23日 19:08
PHP版本: 7.4 及以上
WordPress版本: 6.6
版权: GPLv3
版权网址: 版权信息

标签

email mail notification alert notify API framework developer webhook

下载

8.0.13 8.0.15 9.0.0 7.0.3 7.0.4 7.2.2 7.2.3 7.2.4 7.0.1 7.0.2 9.0.1 5.1.1 6.3.2 8.0.10 8.0.12 8.0.14 8.0.4 8.0.5 1.2 5.3.0 7.0.0 8.0.7 8.0.8 2.3.1 1.3 1.3.1 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.1.1 7.2.0 7.2.1 8.0.0 1.1.1 3.1 6.1.4 8.0.2 8.0.3 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

详情介绍:

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. [youtube https://www.youtube.com/watch?v=gW2KHrT_a7U] 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: 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: 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: How easy extending the Notification plugin is? Let's see: 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: 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: Post Type: The Notification plugin supports any Custom Post Type out of the box. Taxonomy terms: The Notification plugin supports any Taxonomy out of the box. Comment / Pingback / Trackback: User: Media: Plugin: Theme: WordPress: Privacy: 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: AWESOME EXTENSIONS Coming soon - vote for the extensions POSSIBLE USE CASES 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 require at least PHP 7.0. 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?

It's not needed to install 3rd-party plugins to catch your emails or other notifications. The Notification plugin comes with a logger which you can activate in the settings and see all the notification configuration parameters.

Why I'm not receiving any emails?

Is your WordPress sending any emails at all? The best way to test it is to try to reset your password. If you don't get any email than there's something wrong with your server configuration. You could use any SMTP plugin to fix that. You can also try to activate the debug log in plugin settings to see if the email is triggered.

Is this plugin for regular users?

Ofcourse it is! We are trying to make both parties happy - the Users and Developers. Users got their intuitive and beautiful panel in WordPress Admin and Developers got an awesome API by which they can extend the Notification plugin. So it doesn't matter if you don't have any coding skills, they are not required to setup the notifications with this plugin.

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

The Notification plugin works very similar to BNFW but it has better codebase and interface. You can read the full comparison in the Notification vs Better Notifications for WordPress article.

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 by yourself or go with a no-brainer Custom Fields extension.

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

You can control when exactly the notification is sending with the Conditionals extension.

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, you can. See the detailed guide

Is this plugin capable of sending high volume emails?

The plugin is capable and it can send milions of emails, but probably your server is not. To send thousands of emails at once we'd suggest using SendGrid or Mailgun extensions which were designed to support high volume emails in a single API call. When using SMTP it's nearly impossible to send more than a dozen emails at once due to timeouts.

Can I test my notifications before sending?

Yes, just activate the debug log in the DEBUGGING section of the plugin settings. All notifications will be caught into log visible only to you.

Can you create a plugin for me?

Yes! We're offering a custom plugin development services. Feel free to contact us to find out how we can help you.

更新日志:

9.0.2 9.0.1 9.0.0 Compatibility Breaking Changes Namespace changes: