WP Post Views is a lightweight and efficient plugin to track and display post views in WordPress.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
13
6 issue groups
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Post_Views".4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WP_Post_Views".
WARNINGMaintainabilitytrademarked termThe plugin name includes a restricted term. Your chosen plugin name - "WP Post Views - Wordpress Post views counter" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Post Views - Wordpress Post views counter" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_POST_VIEW_PLUGIN_PATH".2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_POST_VIEW_PLUGIN_PATH".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilitymismatched plugin namePlugin name "Wp Post Views - Wordpress Post views counter" is different from the name declared in plugin header "WP Post Views - Wordpress Post views counter".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Wp Post Views - Wordpress Post views counter" is different from the name declared in plugin header "WP Post Views - Wordpress Post views counter".
ERRORMaintainabilitywp function not compatible with requires wpFunction "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 5.4.0.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
Function "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 5.4.0.
External Connections
Not analyzed yet.
Score History
First score snapshot
v1.23.1
98
Latest
- Findings
- 13
- Errors
- 3
- Warnings
- 10
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 98 | 13 | 3 | 10 | v1.23.1 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.