Fine-tunes wp_is_mobile function by excluding tablets (ex: iPad), from being detected as mobile! Uses MobileDetect PHP Library from mobiledetect.net!
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
2
1 issue group
Maintainability
2
2 issue groups
Repo Compliance
1
1 issue group
ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"No such method exists: $name"'.2
- Category
- Security
- Occurrences
- 2
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"No such method exists: $name"'.
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 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.
WARNINGMaintainabilitytrademarked termThe plugin slug includes a restricted term. Your plugin slug - "tinywp-mobile-detect" - contains the restricted term "wp" which cannot be used at all in your plugin slug.1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
The plugin slug includes a restricted term. Your plugin slug - "tinywp-mobile-detect" - contains the restricted term "wp" which cannot be used at all in your plugin slug.
External Connections
Not analyzed yet.
Score History
First score snapshot
v3.1.1
90
Latest
- Findings
- 5
- Errors
- 4
- Warnings
- 1
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 90 | 5 | 4 | 1 | v3.1.1 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.