plugin-icon

External Notification

제작자: PRESSMAN·
This plugin provides a function to post to Slack.
버전
1.0.0
활성화된 설치 항목
10
최근 업데이트일
Oct 25, 2020

External Notification is a plugin that allows users to send a notification to Slack. Also it has useful hooks for developers.

Default function

When WordPress sends a notification email for site administrators, this plugin sends the message to slack instead of an email. This feature can be disabled from the administration screen.

How to use the plugin as a notification API

There are 2 ways to use the plugin as the API. 1. Call the ready-to-use external_notification2slack function external_notification2slack($message, $user_id, $payload) 2. If another plugin will use this to post slack, it is best to use this option instead of calling external_notification2slack function to avoid Fatal Error in case this plugin is deactivated.\ do_action( 'external_notification2slack', $message, $user_id, $payload );

For developers

‘webhook_url’ acquisition priority

  1. constant ‘EXNO_SLACK_WEBHOOK_URL’ in wp-config.php
  2. ‘webhook_url’ entry in External Notification option page

logging error messages

if you install & activete our another plugin ‘App Log’, outputs an error message to the log file.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 5.5.17
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.