Relevanssi – A Better Search

Relevanssi replaces the default search with a partial-match search that sorts results by relevance. It also indexes comments and shortcode content.

v4.27.1Christoph VielgraderUpdated Added 100k+ installs96% rating56% support resolved
32
Score
86
Errors
266
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance100
Maintainability37

Top Issues by Category

maintainability231
security113
i18n8

Issues Details

352 issues found in latest scan

ERROR68
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING65
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $data_query used in $wpdb->get_results()\n$data_query assigned unsafely at line 67.

WARNING61
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING57
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING21
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['wp-postpass_' . COOKIEHASH]

WARNING19
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "post_password_required".

WARNING19
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['args'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING8
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST['completed']. Check that the array index exists before using it.

ERROR7
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR7
wp_function_not_compatible_with_requires_wp

Function "get_post_parent()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 4.9.0.

WARNING4
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR3
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;_relevanssi_install&quot;.

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$blogids&quot;.

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING2
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

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.

ERROR1
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

WARNING1
mismatched_plugin_name

Plugin name "Relevanssi - A Better Search" is different from the name declared in plugin header "Relevanssi".

Latest Snapshot

Findings

352

Errors

86

Warnings

266

Score History

First score snapshot

First scan completed

v4.27.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v4.27.1

32

Latest

Findings
352
Errors
86
Warnings
266
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins