manifest / integrations / rave-alert-notification
Rave Alert Notification
Displays Rave Alerts in WordPress Multisite via CAP
by Bellevue College IT Services · github.com/bellevuecollege/rave-alert-notification · website
★ 5stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/bellevuecollege/rave-alert-notification/archive/refs/heads/trunk.zipDeclares an update source (bellevuecollege/rave-alert-notification), so updates arrive through the plugin's own updater.
From the readme
Bellevue College WordPress Rave Alert Notification Plugin
Description
This plugin parses the CAP (Common Alert Protocol) xml feed to extract the description and applies the logic to calculate the time range for which the message will be displayed.
It adds the message right after the body tag. Optionally it can also create a post (standard or CPT) of the message on the specified website in the configuration.
Caching and Performance Considerations
This plugin puts significant load on your site, since every open page of the website will poll the API for active alerts every minute. When an alert is sent, this will trigger additional requests to alert-specific endpoints.
Speed of alert dissemination has been prioritized, since the assumption is that this will be run in a robust environment with robust caching. Given the two overlapping caches, the plugin should be able to disseminate alerts to all users within 120 seconds of the alert appearing on the CAP feed.
Load on the RAVE CAP feed is reduced by having the plugin load the feed server-side every 60 seconds using WP Cron, and saving the contents to a Network Option. The API endpoint further caches alert content to a transient
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.11 | Nov 6, 2025 |
| v1.10 | Apr 24, 2024 |
| v1.9.2 | Apr 3, 2024 |
| v1.7.4 | Jun 12, 2020 |
| v1.7.2 | Feb 19, 2019 |
| v1.7.1 | Dec 21, 2018 |
| v1.7 | Dec 12, 2018 |
| v1.6 | Dec 15, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.