| 开发者 | rocketa |
|---|---|
| 更新时间 | 2026年6月23日 08:32 |
| 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).
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.
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/ 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.
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.