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://cn.wordpress.org/plugins/signalgrid/#description)
 * [评价](https://cn.wordpress.org/plugins/signalgrid/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/signalgrid/#installation)
 * [开发进展](https://cn.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**
 *  最后更新：**4 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/signalgrid/)
 * 标签
 * [alerting](https://cn.wordpress.org/plugins/tags/alerting/)[Notifications](https://cn.wordpress.org/plugins/tags/notifications/)
   [push notifications](https://cn.wordpress.org/plugins/tags/push-notifications/)
 *  [高级视图](https://cn.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/)