Wonderful Webhook Alerts

설명

This plugin provides a simple but powerful function for developers and site administrators. It automatically captures critical PHP errors (fatal errors, parse errors, etc.) that would otherwise take your site down silently.

Instead of having to check server logs, you receive an instant notification via a webhook to a service of your choice, like Slack or Discord. This allows for immediate action and faster debugging.

The setup is minimal: just add your webhook URL on the settings page, and the plugin takes care of the rest.

스크린샷

설치

  1. Upload the wonderful-webhook-alerts folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings > Webhook Alerts in your admin dashboard.
  4. Enter your webhook URL and save the settings.
  5. Use the Send test message button to verify the connection. That’s it!

FAQ

What is a webhook URL?

A webhook URL is a special web address provided by services like Slack, Discord, or Zapier. When your WordPress site sends a message to this URL, the service receives it and can post it, for example, in a specific chat channel. You can get this URL from the settings of your chosen service.

Does this plugin affect my site’s performance?

No. The plugin only runs a very lightweight check at the very end of a PHP process, and only if a fatal error has occurred. It has no impact on the performance during normal site operation.

Which error types are reported?

The plugin reports E_ERROR, E_PARSE, E_CORE_ERROR, and E_COMPILE_ERROR. These are the most critical errors that usually cause a site to stop working.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Wonderful Webhook Alerts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Wonderful Webhook Alerts”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.1

  • Tested up to WordPress 7.0.

1.1.0

  • Enable/disable switch to turn fatal error alerts on or off without deactivating the plugin.
  • “Send test message” button to verify the webhook connection from the settings page.

1.0.0

  • Initial release.