Display 'Coming Soon' messages for your WooCommerce products and control product availability easily.
Prioritized issue groups from the latest Plugin Check scan
Security
170
10 issue groups
Maintainability
34
12 issue groups
I18n
5
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='$hook_key' $selected $disabled>$hook_key</option>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
$_GET['post'] not unslashed before sanitization. Use wp_unslash() or similar
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
Function "register_rest_route()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $coming_soon_date_update_query used in $wpdb->query()\n$coming_soon_date_update_query assigned unsafely at line 634.
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
Use placeholders and $wpdb->prepare(); found $coming_soon_date_update_query
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$mode'.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Missing $domain parameter in function call to _e().
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_URI']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Detected usage of meta_query, possible slow query.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
The $plural parameter must be a single text string literal. Found: woo_cs_btn_text().' <span class="count">(%s)</span>'
Sample message
The $singular parameter must be a single text string literal. Found: woo_cs_btn_text().' <span class="count">(%s)</span>'
Potential connections found in static code analysis.
Outbound calls
26
External assets
2
Incoming endpoints
1
No public endpoints detected.
wp_ajax
First score snapshot
v1.5.0
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 213 | 151 | 62 | v1.5.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.