Admin Search adds a simple, easy-to-use interface to your WordPress admin site that gives you and your admin users the ability to search across multip …
Prioritized issue groups from the latest Plugin Check scan
Security
45
7 issue groups
Maintainability
28
10 issue groups
I18n
4
1 issue group
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$body_id'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "TRUNCATE TABLE $table"
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
$_GET['admin_search_preview'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $table used in $wpdb->query()\n$table assigned unsafely at line 2021.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of a non-sanitized input variable: $_GET['admin_search_preview']
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%date1% to %date2%'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The "goto" language construct should not be used.
Sample message
Processing form data without nonce verification.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '\_%%'.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$admin_results".
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Tested up to: 7.0.1 The version number should only include major versions 7.0.
Sample message
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.
Sample message
Mismatched Stable Tag: 1.4.3 != 1.5.0. Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Not analyzed yet.
First score snapshot
v1.5.0
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 78 | 31 | 47 | v1.5.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.