wpelevator / update-pilot
Update Pilot for WordPress
Package info
github.com/wpelevator/update-pilot
Type:wordpress-plugin
pkg:composer/wpelevator/update-pilot
Requires
- composer/installers: ^1.0 || ^2.0
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__pluginsregisters plugin update configuration. Each entry acceptsplugin,license_key, andsigning_key.
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.
