[WordPress] 外掛分享: Fatal message to Telegram

WordPress 外掛 Fatal message to Telegram 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Fatal message to Telegram」是 2025-05-15 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-06-15,距離現在已有 256 天。
  • 外掛最低要求 WordPress 5.3 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

philstudio |

外掛標籤

debug | telegram | fatal error | crash report | error-handler |

內容簡介

總結:「Fatal message to Telegram」外掛可監控您的 WordPress 網站,即時將致命的 PHP 錯誤詳細報告發送到您的 Telegram 聊天室。這款針對開發人員和系統管理員打造的外掛,使用自訂 MU-plugin 裝載程式,在其他外掛初始化之前即可提供早期的崩潰檢測。

問題與答案:
1. 「Fatal message to Telegram」外掛的功能有哪些?
- 发送死亡的PHP错误(E_ERROR,E_PARSE等)直接到Telegram
- 通过WordPress管理員界面(工具>致命消息到Telegram)进行配置
- 使用 mu-plugin 早期加载,以实现最大可靠性
- 在插件激活/删除期间自动安装/删除加载程序
- 包括开发人员友好的辅助功能,用于手动调试

2. 请解释「Fatal message to Telegram」外掛的辅助功能:
- 将一个普通字符串消息发送到您配置的Telegram聊天室。
- 使用 `fttg(“Just a text string”);` 发送。
- 将数组中的每个键值对作为单独的Telegram消息发送。
- 使用 `fttg_array(['a' => 1,'b' => 2,'c' => 'hello']);`发送。

原文外掛簡介

Fatal message to Telegram monitors your WordPress site for fatal PHP errors and instantly sends detailed crash reports to your Telegram chat.
Built for developers and sysadmins, this plugin provides early crash detection using a custom MU-plugin loader to hook into PHP before other plugins are even initialized.
Features

📡 Sends fatal PHP errors (E_ERROR, E_PARSE, etc.) directly to Telegram
⚙️ Configurable via WordPress admin (Tools > Fatal message to Telegram)
🧱 Loads early using a mu-plugin for maximum reliability
🔐 Automatically installs/removes the loader during plugin activation/remove
💬 Includes developer-friendly helper functions for manual debugging

Helper Functions
Sends a plain string message to your configured Telegram chat.
_fttg(“Just a test string”);
Sends each key-value pair of an array as a separate Telegram message.
_fttg_array([‘a’ => 1, ‘b’ => 2, ‘c’ => ‘hello’]);
External services
This plugin connects to the following external services:
Telegram Bot API
Used to send login alert messages to your Telegram bot/chat.
🔗 Telegram API Docs
📜 Telegram Privacy Policy
Data sent: Chat ID, bot token (from your settings), and message with IP/location/user agent info.
Data is only sent when someone logs in and notifications are enabled.
All data is not stored locally exclude Chat ID, bot token from your settings.

各版本下載點

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

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


1.2 | 1.3 | 1.4 | 1.3.1 | 1.4.1 | trunk |

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

  • WP Crontrol 》WP Crontrol 可以讓您查看和控制 WP-Cron 系統中正在發生的事件。從管理界面,您可以:, , 查看所有的 Cron 事件以及它們的參數、循環間隔時間、回撥函數以及...。
  • Query Monitor – The developer tools panel for WordPress 》ministrator user). This cookie can be set by defining QM_AUTH_KEY in your wp-config.php file., To learn more about how to use Query Monitor, please...。
  • P3 (Plugin Performance Profiler) 》這個外掛程式可以創建您 WordPress 網站的外掛程式效能概況,並且藉由測量這些外掛對網站載入時間的影響。通常WordPress網站由於過多或配置不佳的外掛程式而...。
  • Debug Bar 》在管理列上新增一個除錯選單,顯示查詢、快取及其他有用的除錯資訊。, 開發者必備的外掛!, 當啟用WP_DEBUG時,也會追蹤 PHP 的警告和注意事項,使它們更容易...。
  • WP Debugging 》此外掛在啟用時會在 wp-config.php 中設定以下偵錯常數,並在停用時移除它們。任何錯誤都會導致拋出 PHP Exception。偵錯常數請參考 WordPress 的「Debugging...。
  • Debug Log Manager – Conveniently Monitor and Inspect Errors 》Debug Log Manager 可以讓您:, , 單擊啟用 WP_DEBUG 以記錄 PHP、數據庫和 JavaScript 錯誤,不需要手動編輯 wp-config.php 文件,完成後再禁用。 , 在自訂...。
  • My WP Customize Admin/Frontend 》這個外掛讓管理者和前端使用者都能輕鬆地進行自訂設定。許多自訂篩選器和操作,還包含開發者工具。, 示範網站在這裡:https://tastewp.com/new/?pre-installe...。
  • Code Profiler – WordPress Performance Profiling and Debugging Made Easy 》一個可以測量 WordPress 外掛與佈景主題效能的分析工具。, Code Profiler 可以協助您在 PHP 層面上測量您的外掛與佈景主題的效能,並快速找到任何潛在的 Word...。
  • reBusted! 》這個外掛可以免去你問「你有清空快取嗎?」的問題。, 這是根據原本由 Paul Clark 開發的外掛更新,以符合今天的 WordPress 和 PHP。, 功能, , 在線上網站上安...。
  • Plugin Detective – Troubleshooting Conflicts 》Plugin Detective 可以幫助您快速且輕鬆地排除網站上的問題,並找出問題的原因。一旦找到罪犯,您可以快速停用有問題的外掛程式。甚至當您的網站出現白屏、致...。
  • which template file 》想知道 WordPress 在前台顯示頁面時使用哪個模板嗎?, 這個外掛可以幫您達成這個目的。您可以在免費的模擬網站上嘗試使用:點此連結 => https://tastewp.c...。
  • Dashboard Widgets Suite 》插件名稱:Dashboard Widgets Suite(控制面板小工具套裝), , 該外掛提供 1 個插件與 9 個小工具,可簡化您的工作流程並提高工作效率。該套裝小工具包括以下...。
  • Debug Log – Manager Tool 》這是一個簡單的除錯日誌外掛程式,您可以在儀表板中檢查除錯日誌。透過一個點擊,您可以啟用或停用除錯功能(例如 ‘ WP_DEBUG’、‘WP_DEBUG...。
  • WP Safe Mode 》WP Safe Mode 可讓您暫時停用/啟用特定外掛,並切換到其他佈景主題以檢視您的網站。, 如果您遇到特定外掛或佈景主題的問題並需要進行疑難排解,但又不想影響...。
  • Template Debugger 》你是否常常感到困惑,想知道你正在編輯的模板檔案是哪一個?你曾經因為不確定 WordPress 是否正在使用你期望的檔案而印出一些文字嗎?, 如果是的話,試試這個...。

文章
Filter
Mastodon