Title: Signalgrid
Author: signalgrid
Published: <strong>2026 年 2 月 23 日</strong>
Last modified: 2026 年 2 月 23 日

---

搜尋外掛

![](https://ps.w.org/signalgrid/assets/banner-772x250.png?rev=3467992)

![](https://ps.w.org/signalgrid/assets/icon-256x256.png?rev=3467992)

# Signalgrid

 由 [signalgrid](https://profiles.wordpress.org/signalgrid/) 開發

[下載](https://downloads.wordpress.org/plugin/signalgrid.1.4.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/signalgrid/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/signalgrid/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/signalgrid/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/signalgrid/#developers)

 [技術支援](https://wordpress.org/support/plugin/signalgrid/)

## 外掛說明

Signalgrid is a dedicated alerting bridge for WordPress developers. This plugin 
provides a direct pipeline between your WordPress site and the Signalgrid push notification
service, stripping away unnecessary complexity to focus on pure utility.

It is designed to stay out of your way, providing a clean, globally accessible PHP
function that allows you to trigger instant mobile alerts from anywhere within your
theme or custom plugin logic.

### Core Features

 * **Developer-Focused PHP Integration:** Adds a simple, global function to your
   WordPress site. Trigger a push notification with a single line of code inside
   your hooks, custom functions, or system logic.
 * **Instant Mobile Alerts:** Delivers high-priority notifications to iOS and Android
   devices, ensuring critical site events—like security triggers or system failures—
   are seen immediately.
 * **Top-Level Sidebar Menu:** Access your API configuration and documentation directly
   from the primary WordPress admin sidebar.

### Usage Example

To send a push notification, simply call the function anywhere in your code:

    ```
    <?php
        $channel = "df1741aabc93ce5fb7449435c266a8a3c5763b29";
        $title = "This is the title";
        $body = "This is the body";
        $severity = "INFO";
        $critical = false;

        if ( signalgrid_notify($channel, $title, $body, $severity, $critical) ) {
            // Notification sent successfully
        } else {
            // Error handling logic here
        }
    ?>
    ```

## 安裝方式

 1. Upload the `signalgrid` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Locate the **Signalgrid** menu item in your WordPress sidebar.
 4. Enter your Client Key in the settings field to authenticate with the Signalgrid
    service.
 5. Use the `signalgrid_notify` function to alert your devices of important events.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Signalgrid〉的開發相關工作。

參與者

 *   [ signalgrid ](https://profiles.wordpress.org/signalgrid/)

[將〈Signalgrid〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/signalgrid)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/signalgrid/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/signalgrid/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/signalgrid/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/signalgrid/)。

## 變更記錄

#### 1.4

 * Initial release with support for global PHP alerting function.
 * Added top-level menu for easier configuration.

#### 1.0

 * Initial internal build.

## 中繼資料

 *  版本 **1.4**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/signalgrid/)
 * 標籤:
 * [alerting](https://tw.wordpress.org/plugins/tags/alerting/)[Notifications](https://tw.wordpress.org/plugins/tags/notifications/)
   [push notifications](https://tw.wordpress.org/plugins/tags/push-notifications/)
 *  [進階檢視](https://tw.wordpress.org/plugins/signalgrid/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/signalgrid/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/signalgrid/reviews/)

## 參與者

 *   [ signalgrid ](https://profiles.wordpress.org/signalgrid/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/signalgrid/)