Disables the WordPress update checking and notification system for all core, plugin and theme updates.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
5
5 issue groups
WARNINGMaintainabilitymismatched plugin namePlugin name "Disable Updates for WordPress Core, Plugins and Themes" is different from the name declared in plugin header "Disable Updates".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Disable Updates for WordPress Core, Plugins and Themes" is different from the name declared in plugin header "Disable Updates".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORMaintainabilityplugin updater detectedPlugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
WARNINGMaintainabilitytrademarked termThe plugin name includes a restricted term. Your chosen plugin name - "Disable Updates for WordPress Core, Plugins and Themes" - contains the restricted term "plugin" which cannot be used at all in your plugin name.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Disable Updates for WordPress Core, Plugins and Themes" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
WARNINGMaintainabilityupdate modification detectedPlugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_core1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin Updater detected. Detected code which may be altering WordPress update routines. Detected: _site_transient_update_core
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.4.3
98
Latest
- Findings
- 5
- Errors
- 2
- Warnings
- 3
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 98 | 5 | 2 | 3 | v1.4.3 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.