| 开发者 | rocketa |
|---|---|
| 更新时间 | 2026年7月20日 19:13 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp-content, mu-plugins, theme directories, etc.), even when it detects a problem. AI auto-repair, which writes patched code to mu-plugins or the active child theme, is provided by the separately distributed PatchOn Agent Pro extension plugin (available to PatchOn Standard / Business plan subscribers). Apart from applying the updates themselves through the standard WordPress upgrader, the only case in which this plugin writes to your site files is the one-click restore: run only on your explicit request after a failed update, it writes your own backed-up plugins, themes, MU plugins, and wp-content drop-ins (and your database) back to the site.
Data Sent
After the user has consented on the consent screen, when they run a "Pre-inspection" or "Apply update" operation, the plugin sends the following data to PatchOn and related external services. See the Privacy Policy for details.
wp-config.php, active and to-be-updated plugins and themes, MU plugins, and wp-content drop-ins (such as object-cache.php)Built-in auto-updates apply updates without checking whether they are safe. At best, WordPress detects a fatal error afterwards and rolls that update back — it cannot tell you why, and it cannot see problems that don't throw an error. PatchOn inspects every update in a staging copy of your site first and applies only the ones that pass, catching what built-in updates cannot, such as layout breakage (and, on paid plans, broken form submissions). A backup is taken right before every update, with one-click restore if anything still goes wrong. AI auto-repair of detected problems is available on paid plans via the PatchOn Agent Pro extension.
The plugin is distributed free of charge, and anyone can run pre-inspections and apply updates. Paid plans add AI auto-repair, additional inspection targets, and more comprehensive support. See https://patchon.jp/pricing for plan details.
No. Activation alone does not send any data externally. Communication starts only after the user explicitly clicks the "Agree and Start" button on the consent screen.
In AWS (Tokyo region). See the Privacy Policy for details.
When the plugin is deleted, the configuration values it stored in your local database (such as the connection UUID) are removed automatically. However, the corresponding site data on PatchOn is retained. To request full deletion of your cloud-side data, please reach out through the contact form.
Before running the standard WordPress update flow, the plugin first attempts the same updates in a staging environment to detect issues. If problems are detected, the update is aborted and you are notified through the dashboard. A backup (site files and a full database copy) is also created before anything is applied to production, and if an applied update still breaks the site, you can put the files and database back with one click from the update screen.
wp-content drop-ins) and database back to the pre-update backup, with progress display and a cancel button. The restore self-drives in the background, so it keeps running even if you close the tab.esc_url_raw(), which preserves percent-encoding.require_once of WordPress core loading files (wp-includes/functions.php, wp-admin/includes/theme.php, wp-admin/includes/misc.php) in response to plugin review feedback.patchon_update_state, patchon_update_flash, patchon_site_uuid) to reduce per-request overhead.esc_html() to comply with the late-escaping convention.wp_remote_request()), using the official http_api_curl hook to enable streaming uploads of large backup archives without buffering in memory.wp-content, mu-plugins, or theme directories). Such writes were moved to the separately distributed PatchOn Agent Pro extension plugin.