Linux 软件免费装

Plugin Name

开发者 vsmash
更新时间 2024年6月20日 06:25
捐献地址: 去捐款
PHP版本: 3.4 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

alerts message api slack webhook

下载

3.21 3.22 5.2.22 5.3.0 5.3.1 5.1.3 5.0.0 2.55 2.60 3.00 3.04 4.0.0 4.0.2 4.0.3 4.0.4 2.62 3.03 3.02 3.10 5.1.1 5.1.2 3.01 3.05 3.30 5.1.0 5.1.4 5.1.7 5.2.2 5.1.6 5.2.4 5.2.5 5.2.6 5.2.7 5.2.9 4.0.1 5.1.5 4.0.5 5.2.13 5.2.14 5.2.16

详情介绍:

*Automated notifications from your Wordpress * to your Slack / Mattermost application channels and webhooks. There is no limit to the ways you may integrate this plugin. It supports all other Vanilla Bean plugins and is available for under-the-bonnet use as well as shortcode access. Some shortcode examples: [slackhooker text="Here is a message from my wordpress"] or [slackhooker text="Here is a message" channel="general" username="My Wordpress"] or [slackhooker text="Here is a message" channel="https://myorg.slack.com/services/xxoxlsodsfsfsdfds#channelname" username="My Wordpress"] Messages are queued last in the PHP process to insure your other page processing is not interrupted, but you can override: [slackhooker text="Here is a message from my wordpress." sendnow="true"] Multiple or custom Webhooks supported [slackhooker text="Here is a message to multiple webhooks" alsoto="https://hooks.slack.com/services/T03TDTbUF/BBG9SQV6X/abcdefghij,https://hooks.slack.com/services/T03TDTbUF/BBG9SQV6X/abcxxxxxxx"] Programmatic Examples if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){ \VanillaBeans\SlackHooker\vbean_slackhooker('Here is my notification'); } if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){ \VanillaBeans\SlackHooker\vbean_slackhooker('Here is my notification','mychannel','Username',':specific_icon:'); } if(function_exists('\VanillaBeans\SlackHooker\vbean_slackhooker')){ \VanillaBeans\SlackHooker\vbean_slacknotify(array('text'=>'Here is my notification','icon'=>':open_mouth:')); } There are defaults for all except the message. You can specify: ` text* - required. This is your message 联系人 We can be found at:

安装:

Unzip into your plugins directory, install directly from wordpress plugins site.

屏幕截图:

  • Admin instruction page
  • Another example of wordpress monitoring
  • Screenshot of default options
  • Screenshot of Notification choices

更新日志:

5.3.1 5.2.14 5.2.11 5.2.7 5.2.0 5.1.7 5.1.6 5.1.3 5.1.2 5.1.1 5.1.0 5.0.0 4.0.5 4.0.3 4.0.0 3.30 3.22 3.21 3.10 3.05 3.04 3.03 3.02 3.00 PREVIOUS VERSIONS REMOVED 2.60 2.55 2.47 2.46 2.45 2.44 2.20 2.14 2.13 2.12 Updated Icon 2.11 Added missing menu icon 2.10 Tested against php7.1 and wordpress 4.7 2.0 1.50 Fixed issue with specified icon not displaying in notice 1.42 Set delayed send to flag slack as working 1.41 Moved slack message to immediate cron job so that it does not delay page load 1.24 Tested against wp 4.5 1.23 Updated 404 test 1.22 Updated common functions 1.21 Added support for default icon 1.2 Added default comment alert 1.1 Fix broken plugin download link 1.01 Shortcode in admin documentation bugfix 1.0 Initial release 2.44 Added alerts for when plugins are added/deleted/updated 1.5 Moved messaging to cron so that page load is not affected 1.2 Added functionality to notify channel of new comments