Search Meter tracks what your readers are searching for on your site. View full details of recent searches or stats for the last day, week or month.
Prioritized issue groups from the latest Plugin Check scan
Security
192
11 issue groups
Maintainability
67
11 issue groups
I18n
20
2 issue groups
Supply Chain
2
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$before\n<ul>\n"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
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 $count at \t\tLIMIT $count"
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "sm_constrain_widget_search_count".
Sample message
Detected usage of a non-sanitized input variable: $_GET['details']
Sample message
$_GET['details'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['sm_details_verbose']. Check that the array index exists before using it.
Sample message
Unescaped parameter $days used in $wpdb->get_results()\n$days used without escaping.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$count".
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
Function "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 3.2.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "search_meter_history_size".
Sample message
Unescaped parameter $table_name used in $wpdb->get_var()\n$table_name assigned unsafely at line 116.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SM_Popular_Searches_Widget".
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Hidden files are not permitted.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Not analyzed yet.
First score snapshot
v2.14.1
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 285 | 191 | 94 | v2.14.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.