Title: Signalgrid
Author: signalgrid
Published: <strong>2026-يىلى 23-فېۋرال</strong>
Last modified: 2026-يىلى 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://ug.wordpress.org/plugins/signalgrid/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/signalgrid/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/signalgrid/#installation)
 * [ئىجادىيەت](https://ug.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.

## Meta

 *  Version **1.4**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **3 ئاي بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10 دىن ئاز**
 *  WordPress نەشرى ** 6.0 ياكى يۇقىرى **
 *  **6.9.4** دا سىنالغان
 *  PHP نەشرى ** 7.4 ياكى يۇقىرى **
 *  تىل
 * [English (US)](https://wordpress.org/plugins/signalgrid/)
 * بەلگە
 * [alerting](https://ug.wordpress.org/plugins/tags/alerting/)[Notifications](https://ug.wordpress.org/plugins/tags/notifications/)
   [push notifications](https://ug.wordpress.org/plugins/tags/push-notifications/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/signalgrid/advanced/)

## دەرىجە

No reviews have been submitted yet.

[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/)