A Coming Soon and Maintenance Mode plugin to manage your site's availability with responsive templates and SEO-friendly features.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
234
9 issue groups
Security
21
6 issue groups
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bg_size_val".
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$html'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 61.
Sample message
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 40.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_name} at "INSERT IGNORE INTO `{$table_name}` (`email`, `ip_address`, `referer`, `created_at`) VALUES (%s, %s, %s, %s)"
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Coming_Soon_Maintenance_Mode_Pro".
Potential connections found in static code analysis.
Outbound calls
32
External assets
2
Incoming endpoints
0
No public endpoints detected.
3 score snapshots
v1.3.0
42
Latest
v1.2.0
92
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 42 | 256 | 77 | 179 | v1.3.0 | 2.1.0 |
| 92 | 65 | 0 | 65 | v1.2.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.