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’]);