Manage inventory in WordPress without WooCommerce. Unlimited items, custom fields, shortcode display. Trusted by 120,000+ sites since 2013.
Prioritized issue groups from the latest Plugin Check scan
Security
833
10 issue groups
I18n
140
4 issue groups
Maintainability
113
11 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$add_on'.
Sample message
Use placeholders and $wpdb->prepare(); found $attachment_url
Sample message
Missing $domain parameter in function call to _e().
Sample message
The $text parameter must be a single text string literal. Found: $address
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$display_labels".
Sample message
Unescaped parameter $idfield used in $wpdb->get_results()\n$idfield used without escaping.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
$_COOKIE[self::$page_state_cookie] 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
Use placeholders and $wpdb->prepare(); found interpolated variable {$column} at "ALTER TABLE `{$table}` ADD COLUMN `{$column}` {$definition}"
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[self::$page_state_cookie]
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
The $domain parameter must be a single text string literal. Found: WPIMConstants::LANG
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Function "has_shortcode()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "reserve_email_message_position".
Sample message
var_dump() found. Debug code should not normally be used in production.
Sample message
A function call to __() 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
The plugin name includes a restricted term. Your chosen plugin name - "WP Inventory Manager" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Potential connections found in static code analysis.
Outbound calls
292
External assets
5
Incoming endpoints
3
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
3 score snapshots
v2.4.2
30
Latest
v2.4.1
30
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 1,109 | 875 | 234 | v2.4.2 | 2.0.0 |
| 30 | 1,101 | 869 | 232 | v2.4.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.