wpelevator / update-pilot
Update Pilot for WordPress
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Type:wordpress-plugin
pkg:composer/wpelevator/update-pilot
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2025-10-29 09:34:09 UTC
README
Get updates from all Update Pilot Server supported plugins and themes.
Available Hooks
Please note that on WordPress multisite the code using these hooks should be running on the main network site as the WordPress updates happen only there.
Filters:
-
update_pilot__plugin_update_key__${plugin_file}returnsstringproduct key to be used for HTTP Basic auth when checking updates for${plugin_file}. -
update_pilot__current_user_can_manage_updatesreturnsboolif the current user can configure the update pilot settings and see any error notifications. -
update_pilot__is_update_pilot_urlreturnsboolif the secondstringargument is a validUpdateURIto be checked for updates.
Integration Guide
-
Setup the Update Pilot Server on your server.
-
Add
Update URIheader to your pluginhttps://updates.example.com/wp-json/update-pilot/v1/pluginsor themehttps://updates.example.com/wp-json/update-pilot/v1/themes. -
Optinally, include
update-pilot.phpin the root of your plugin or theme directory to customize any of the update functionality. This file will be included by the Update Pilot even if the rest of your plugin is disabled.
