Easily search everything in WordPress admin panel from one single search field.
Prioritized issue groups from the latest Plugin Check scan
Security
66
8 issue groups
I18n
40
2 issue groups
Maintainability
20
9 issue groups
Repo Compliance
1
1 issue group
Sample message
The $text parameter must be a single text string literal. Found: "<a href='".$url."&offset=".$previousPage."' class=\"btn-color\">PREV</a>"
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
$_GET['keyword'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Translatable string should not be wrapped in HTML. Found: '<h2 class="search_result_count">No Search Result Found.</h2>'
Sample message
Processing form data without nonce verification.
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
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.9.0.
Sample message
Unescaped parameter $queryMeta used in $wpdb->get_results()\n$queryMeta assigned unsafely at line 254.
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 interpolated variable {$metaTableName} at "SELECT * FROM {$metaTableName} WHERE meta_key LIKE %s OR meta_value LIKE %s;"
Sample message
Use placeholders and $wpdb->prepare(); found $queryMeta
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "createPagination".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'wp_safe_redirect'.
Sample message
Tested up to: 6.0 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
First score snapshot
v1.1.6
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 127 | 79 | 48 | v1.1.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.