WP-PageNavi

Adds a more advanced paging navigation interface.

v2.94.5Lester ChanUpdated Added 500k+ installs94% rating
35
Score
84
Errors
95
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability56

Top Issues by Category

maintainability77
i18n49
security47

Issues Details

179 issues found in latest scan

ERROR39
WordPress.WP.I18n.NonSingularStringLiteralDomain

The $domain parameter must be a single text string literal. Found: $this->textdomain

ERROR25
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '", $argc"'.

WARNING23
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PageNavi_Call".

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_pagenavi_init".

WARNING6
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_scb_data".

ERROR6
missing_direct_file_access_protection

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

WARNING5
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING5
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING5
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $columns at "CREATE TABLE IF NOT EXISTS $full_table_name ( $columns ) $table_options;"

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

trigger_error() found. Debug code should not normally be used in production.

WARNING5
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR4
WordPress.WP.I18n.MissingArgDomain

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

WARNING3
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $full_table_name used in $wpdb->query()\n$full_table_name assigned unsafely at line 320.

WARNING3
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR3
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR3
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $options['first_text']

WARNING3
trademarked_term

The plugin name includes a restricted term. Your chosen plugin name - "WP-PageNavi" - contains the restricted term "wp" which cannot be used at all in your plugin name.

WARNING2
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']

WARNING2
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

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

ERROR1
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $keys used in $wpdb->query()\n$keys assigned unsafely at line 202.

WARNING1
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$this-&gt;hook&quot;.

Latest Snapshot

Findings

179

Errors

84

Warnings

95

Score History

First score snapshot

First scan completed

v2.94.5 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v2.94.5

35

Latest

Findings
179
Errors
84
Warnings
95
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins