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
Maintainability
603
12 issue groups
Security
287
9 issue groups
I18n
39
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_cron".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'xoo_as_setting_sidebar_'.$adminObj->helper->slug".
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
Function "esc_textarea()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "xoo_clean".
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Xoo_WL_Elementor_Widget".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['_wpnonce']. Check that the array index exists before using it.
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
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "XOO_AFF_URL".
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
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at \t\t\t\t\t WHERE xoo_wl_id IN ($placeholders)"
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
The $text parameter must be a single text string literal. Found: $args['description']
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.'.
Potential connections found in static code analysis.
Outbound calls
74
External assets
3
Incoming endpoints
9
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.9.0
24
Latest
v2.8.9
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 960 | 262 | 698 | v2.9.0 | 2.1.0 |
| 30 | 583 | 272 | 311 | v2.8.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.