Customize easily and switch in one-click to (native) maintenance mode from your backend or frontend.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
69
4 issue groups
Supply Chain
2
1 issue group
WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".50
- Category
- Maintainability
- Occurrences
- 50
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "__".
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MS_DEFAULT_SETTINGS".9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MS_DEFAULT_SETTINGS".
ERRORMaintainabilitywp function not compatible with requires wpFunction "wp_enqueue_code_editor()" requires WordPress 4.9.0, but your plugin minimum supported version is WordPress 3.5.0.9
- Category
- Maintainability
- Occurrences
- 9
- Severity
- error
Sample message
Function "wp_enqueue_code_editor()" requires WordPress 4.9.0, but your plugin minimum supported version is WordPress 3.5.0.
ERRORSupply ChainHidden files includedHidden files are not permitted.2
- Category
- Supply Chain
- Occurrences
- 2
- Severity
- error
Sample message
Hidden files are not permitted.
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;
External Connections
Potential connections found in static code analysis.
Outbound calls
17
External assets
0
Incoming endpoints
1
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v1.7.2
35
Latest
- Findings
- 71
- Errors
- 12
- Warnings
- 59
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 71 | 12 | 59 | v1.7.2 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.