Disables right click context menu on images to help deter leeches from stealing images.
Category Scores
Top Issues by Category
maintainability27
Issues Details
27 issues found in latest scan
Function "get_current_screen()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout".
The plugin slug includes a restricted term. Your plugin slug - "no-right-click-images-plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin slug.
| Code | Type | Message | Count |
|---|---|---|---|
| wp_function_not_compatible_with_requires_wp | ERROR | Function "get_current_screen()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0. | 12 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$config". | 11 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "wf_flyout". | 1 |
| trademarked_term | WARNING | The plugin slug includes a restricted term. Your plugin slug - "no-right-click-images-plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin slug. | 1 |
Latest Snapshot
Findings
27
Errors
14
Warnings
13
Score History
First score snapshot
First scan completed Jun 20, 2026
v4.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v4.1
97
Latest
- Findings
- 27
- Errors
- 14
- Warnings
- 13
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 97 | 27 | 14 | 13 | v4.1 | 2.0.0 | 2026.06-mvp-static-v2 |