wpelevator/update-pilot

There is no license information available for the latest version (0.7.0) of this package.

Update Pilot for WordPress

Maintainers

Package info

github.com/wpelevator/update-pilot

Type:wordpress-plugin

pkg:composer/wpelevator/update-pilot

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 2

0.7.0 2026-08-13 11:11 UTC

This package is auto-updated.

Last update: 2026-08-16 13:43:41 UTC


README

Get updates from all Update Pilot Server supported plugins and themes.

Update settings

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__plugins registers plugin update configuration. Each entry accepts plugin, license_key, and signing_key.

Integration Guide

  1. Setup the Update Pilot Server on your server.

  2. Add Update URI header to your plugin https://updates.example.com/wp-json/update-pilot/v1/plugins or theme https://updates.example.com/wp-json/update-pilot/v1/themes.

  3. Optinally, include update-pilot.php in 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.