Adds a more advanced paging navigation interface.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
77
13 issue groups
I18n
46
3 issue groups
Security
46
9 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->textdomain
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '", $argc"'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PageNavi_Call".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_pagenavi_init".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_scb_data".
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 $columns at "CREATE TABLE IF NOT EXISTS $full_table_name ( $columns ) $table_options;"
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'scb_activation_' . $plugin".
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $full_table_name used in $wpdb->query()\n$full_table_name assigned unsafely at line 320.
Sample message
Attempting a database schema change is discouraged.
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
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.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_HOST']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
$_SERVER['HTTP_HOST'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $keys used in $wpdb->query()\n$keys assigned unsafely at line 202.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->hook".
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "scbFormField_I".
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v2.94.6
36
Latest
v2.94.5
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 172 | 78 | 94 | v2.94.6 | 2.0.0 |
| 35 | 179 | 84 | 95 | v2.94.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.