Minimal Coming Soon & Maintenance Mode page! Create awesome Coming Soon Pages in seconds.
Category Scores
Top Issues by Category
maintainability149
Issues Details
150 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MailChimp".
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wf_licensing_license_formatted_' . $this->prefix".
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Signals_MailChimp".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'admin_url'.
Scripts must be registered/enqueued via wp_enqueue_script()
Plugin name "Minimal Coming Soon – Coming Soon Page" is different from the name declared in plugin header "Minimal Coming Soon & Maintenance Mode".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MailChimp". | 131 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound | WARNING | Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wf_licensing_license_formatted_' . $this->prefix". | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Signals_MailChimp". | 3 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 3 |
| wp_function_not_compatible_with_requires_wp | ERROR | Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0. | 2 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'admin_url'. | 1 |
| WordPress.WP.EnqueuedResources.NonEnqueuedScript | ERROR | Scripts must be registered/enqueued via wp_enqueue_script() | 1 |
| mismatched_plugin_name | WARNING | Plugin name "Minimal Coming Soon – Coming Soon Page" is different from the name declared in plugin header "Minimal Coming Soon & Maintenance Mode". | 1 |
Latest Snapshot
Findings
150
Errors
7
Warnings
143
Score History
First score snapshot
First scan completed
v2.45 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
v2.45
88
Latest
- Findings
- 150
- Errors
- 7
- Warnings
- 143
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Latest | 88 | 150 | 7 | 143 | v2.45 | 2.0.0 | 2026.06-mvp-static-v2 |