A lightweight solution for creating relationships between posts, terms and users in WordPress.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
24
4 issue groups
Security
4
1 issue group
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "MBR_Admin_Columns".19
- Category
- Maintainability
- Occurrences
- 19
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MBR_Admin_Columns".
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $items used in $wpdb->get_results()\n$items assigned unsafely at line 162.4
- Category
- Security
- Occurrences
- 4
- Severity
- warning
Sample message
Unescaped parameter $items used in $wpdb->get_results()\n$items assigned unsafely at line 162.
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MBR_DIR".2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MBR_DIR".
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$delete_data".2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$delete_data".
WARNINGMaintainabilityNon-prefixed interfaceInterfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "MBR_Object_Interface".1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "MBR_Object_Interface".
External Connections
Potential connections found in static code analysis.
Outbound calls
3
External assets
0
Incoming endpoints
1
Notable Domains
Platform / Reference Domains
External Asset Domains
No external asset domains detected.
Incoming Endpoints
No public endpoints detected.
Admin AJAX endpoints1
wp_ajax
Score History
First score snapshot
v1.12.9
92
Latest
- Findings
- 28
- Errors
- 0
- Warnings
- 28
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 92 | 28 | 0 | 28 | v1.12.9 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.