Title: Signalgrid
Author: signalgrid
Published: <strong>23 ਫਰਵਰੀ 2026</strong>
Last modified: 23 ਫਰਵਰੀ 2026

---

ਪਲੱਗਇਨਾਂ ਖੋਜੋ

![](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://pan.wordpress.org/plugins/signalgrid/#description)
 * [ਸਮੀਖਿਆਵਾਂ](https://pan.wordpress.org/plugins/signalgrid/#reviews)
 *  [ਸਥਾਪਤੀਕਰਨ](https://pan.wordpress.org/plugins/signalgrid/#installation)
 * [ਵਿਕਾਸ](https://pan.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.

## ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

## ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Signalgrid” is open source software. The following people have contributed to this
plugin.

ਯੋਗਦਾਨੀ

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

[“Signalgrid” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।](https://translate.wordpress.org/projects/wp-plugins/signalgrid)

### ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

[Browse the code](https://plugins.trac.wordpress.org/browser/signalgrid/), check
out the [SVN repository](https://plugins.svn.wordpress.org/signalgrid/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/signalgrid/) by 
[RSS](https://plugins.trac.wordpress.org/log/signalgrid/?limit=100&mode=stop_on_copy&format=rss).

## ਤਬਦੀਲੀ-ਚਿੱਠਾ

#### 1.4

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

#### 1.0

 * Initial internal build.

## ਮੈਟਾ

 *  Version **1.4**
 *  Last updated **2 ਮਹੀਨੇ ਪਹਿਲਾਂ**
 *  Active installations **10 ਤੋਂ ਘੱਟ**
 *  WordPress version ** 6.0 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 ਜਾਂ ਇਸ ਤੋਂ ਉੱਚਾ **
 *  Language
 * [English (US)](https://wordpress.org/plugins/signalgrid/)
 * Tags
 * [alerting](https://pan.wordpress.org/plugins/tags/alerting/)[Notifications](https://pan.wordpress.org/plugins/tags/notifications/)
   [push notifications](https://pan.wordpress.org/plugins/tags/push-notifications/)
 *  [Advanced View](https://pan.wordpress.org/plugins/signalgrid/advanced/)

## ਦਰਜਾਬੰਦੀ

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/signalgrid/reviews/)

## ਯੋਗਦਾਨੀ

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

## ਸਹਿਯੋਗ

ਕੁਝ ਕਹਿਣਾ ਹੈ? ਮਦਦ ਚਾਹੀਦੀ ਹੈ?

 [ਸਹਿਯੋਗ ਫੋਰਮ ਦੇਖੋ](https://wordpress.org/support/plugin/signalgrid/)