Build a waiting list for your products and notify customers by email based on product availability.
Prioritized issue groups from the latest Plugin Check scan
Security
357
11 issue groups
Maintainability
172
10 issue groups
I18n
38
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['info_html']'.
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
$_COOKIE['xoo_user_ip_data'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Function "array_is_list()" requires WordPress 6.5.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['xoo_user_ip_data']
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$field_id]['name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
The $domain parameter must be a single text string literal. Found: $this->plugin_slug
Sample message
A function call to esc_attr__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
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
Unescaped parameter $meta_sql used in $wpdb->query()\n$meta_sql assigned unsafely at line 580.
Sample message
Use placeholders and $wpdb->prepare(); found $meta_sql
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at \t\t\t\t\t WHERE xoo_wl_id IN ($placeholders)"
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s cannot be more than %s.'.
Sample message
The $text parameter must be a single text string literal. Found: $args['description']
Sample message
Unescaped parameter $this->waitlist_crons_table used in $wpdb->query()
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
The plugin name includes a restricted term. Your chosen plugin name - "Waitlist Woocommerce ( Back in stock notifier )" - contains the restricted term "woocommerce" which cannot be used within in your plugin name, unless your plugin name contains one of the allowed patterns: "for woocommerce", "with woocommerce", "using woocommerce", or "and woocommerce". The term must still not appear anywhere else in your name.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Not analyzed yet.
First score snapshot
v2.8.9
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 583 | 272 | 311 | v2.8.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.