Adds a more styling options to Wp-PageNavi wordpress plugin.
Prioritized issue groups from the latest Plugin Check scan
Security
93
6 issue groups
Maintainability
18
9 issue groups
Repo Compliance
5
5 issue groups
I18n
4
3 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$exit_msg'.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP PageNavi Style" - 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
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Mismatched text domain. Expected 'wp-pagenavi-style' but got 'WPSOCIALTOOLBAR'.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
Detected usage of a non-sanitized input variable: $_POST['WP_PAGENAVI_STYLE_OPTION']
Sample message
$_POST['WP_PAGENAVI_STYLE_OPTION'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Found usage of constant "PLUGINDIR". Use WP_PLUGIN_DIR instead.
Sample message
Missing $domain parameter in function call to _e().
Sample message
The $text parameter must be a single text string literal. Found: strtoupper(str_replace('_', ' ', $flie_name[0]))
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Plugin name "WP PageNavi Style" is different from the name declared in plugin header "Wp Pagenavi Style".
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 3.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "lang"
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Sample message
Function "wp_dequeue_style()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Not analyzed yet.
First score snapshot
v1.4
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 120 | 109 | 11 | v1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.