scaffold_update_checker
Generates a self-hosted plugin update checker by integrating a remote JSON endpoint with WordPress update API, enabling automated version checks and update notifications.
Instructions
Generate a self-hosted plugin update checker: checks a remote JSON endpoint for new versions, integrates with WordPress plugin update API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace | |
| pluginSlug | Yes | Plugin slug | |
| updateUrl | Yes | URL to JSON update info endpoint | |
| textDomain | Yes | Plugin text domain |