Logos Reftagger turns Bible references into links to the verse on Biblia.com and adds tooltips with the text of the verse.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
17
4 issue groups
Security
8
3 issue groups
Repo Compliance
2
2 issue groups
WARNINGMaintainabilityAdd option Param3FoundThe parameter "'Color of Logos link icons'" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Instead do not pass the parameter.12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
The parameter "'Color of Logos link icons'" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Instead do not pass the parameter.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bible_version'.6
- Category
- Security
- Occurrences
- 6
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$bible_version'.
ERRORMaintainabilitywp function not compatible with requires wpFunction "plugins_url()" requires WordPress 2.6.0, but your plugin minimum supported version is WordPress 2.3.0.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- error
Sample message
Function "plugins_url()" requires WordPress 2.6.0, but your plugin minimum supported version is WordPress 2.3.0.
WARNINGSecurityRecommendedProcessing form data without nonce verification.1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityUsing FILE Using __FILE__ for menu slugs risks exposing filesystem structure.1
- Category
- Security
- Occurrences
- 1
- Severity
- warning
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
WARNINGMaintainabilitymismatched plugin namePlugin name "Logos Reftagger" is different from the name declared in plugin header "RefTagger".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Plugin name "Logos Reftagger" is different from the name declared in plugin header "RefTagger".
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORRepo Complianceoutdated tested upto headerTested up to: 6.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.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Tested up to: 6.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.
ERRORRepo Complianceplugin header no licenseMissing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.1
- Category
- Repo Compliance
- Occurrences
- 1
- Severity
- error
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Score History
First score snapshot
v2.4.7
75
Latest
- Findings
- 27
- Errors
- 12
- Warnings
- 15
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 75 | 27 | 12 | 15 | v2.4.7 | 2.0.0 |