| 开发者 | npc01 |
|---|---|
| 更新时间 | 2026年5月20日 17:32 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ or install it via Plugins → Add New in the admin.NPCMI_API_KEY in wp-config.php to enable the AI report feature (see FAQ).No. AI report is optional and disabled by default. To enable it, add this line above /* That's all, stop editing! */ in your wp-config.php:
define( 'NPCMI_API_KEY', 'sk-ant-xxxx' );
Without that constant the plugin still runs all 9 diagnostics, scheduled checks, email notifications, and history.
By default, no. Only the AI report feature sends data, and only to Anthropic Claude API, and only when explicitly triggered (manual "Generate AI Report" button, or automatic generation when a scheduled check detects a critical issue). See the External services section below for details.
Only the user who activated it. The user ID/email and the site URL are recorded on first activation, and the plugin refuses to operate for other users or on a different domain. This is a deliberate constraint to keep the AI cost surface and the admin actions tied to a specific operator.
This plugin was initially built for Japanese-speaking WordPress maintainers. The AI prompt instructs Claude to reply in Japanese. We will localize the prompt for additional output languages in a future release.
Not automatically. The detector tries to whitelist known legitimate plugin files (Ajax Load More templates, WP STAGING index.php, AIOS firewall rules, etc.). Anything that still appears in the warning should be opened and inspected first — many backup/staging/security plugins legitimately drop PHP files there.
claude-sonnet-4-6 (the previous claude-sonnet-4-20250514 will be retired by Anthropic on 2026-06-15).npc-wp-healthcheck 0.7.8 series).NPCMI_API_KEY).