Relevanssi replaces the default search with a partial-match search that sorts results by relevance. It also indexes comments and shortcode content.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
231
13 issue groups
Security
113
4 issue groups
I18n
8
2 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $data_query used in $wpdb->get_results()\n$data_query assigned unsafely at line 67.
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
Detected usage of a non-sanitized input variable: $_COOKIE['wp-postpass_' . COOKIEHASH]
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "post_password_required".
Sample message
$_POST['args'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['completed']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Function "get_post_parent()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 4.9.0.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_relevanssi_install".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blogids".
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Plugin name "Relevanssi - A Better Search" is different from the name declared in plugin header "Relevanssi".
Potential connections found in static code analysis.
Outbound calls
167
External assets
1
Incoming endpoints
9
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v4.27.2
32
Latest
v4.27.1
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 352 | 86 | 266 | v4.27.2 | 2.0.0 |
| 32 | 352 | 86 | 266 | v4.27.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.