Support Pilot for WordPress.org
RSS feeds for WordPress plugin and theme support forum replies
by Kaspars Dambis · github.com/kasparsd/support-pilot-plugin · website
★ 7stars
1composer installs
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/kasparsd/support-pilot-plugin/archive/refs/heads/master.zipAlso on Packagist as kasparsd/support-pilot-plugin:
composer require kasparsd/support-pilot-pluginFrom the readme
Support Pilot for WordPress.org
A WordPress plugin to build RSS feeds of plugin and theme support topics and replies until WP.org meta ticket #4867 is merged.
Overview
It is currently impossible to get notified of new WordPress.org support forum replies without subscribing to each individual topic via email. See this Meta Track ticket for details.
So I created the Support Pilot plugin for WordPress that generates RSS feeds for support topics and replies for any plugin or theme on WordPress.org.
It works by parsing and combining the RSS feed of the 30 latest support support topics and the RSS feeds for replies to each of those topics.
Installation
The plugin must be added as a Composer dependency to your site:
or run composer install inside the plugin directory to install the necessary PHP dependencies.
Usage
The plugin registers a new public feed endpoint wporgreplies which supports plugin and theme request parameters which must match the plugin or theme slug on WP.org:
where PLUGINSLUG is the plugin slug on WP.org.
These feeds can be used to generate Slack notifications or any other automation that supports RSS feeds.
Credits
Created by Kaspars Dambis.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.1.0 | Nov 26, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.