Prioritized issue groups from the latest Plugin Check scan
Maintainability
57
7 issue groups
Security
6
2 issue groups
Repo Compliance
1
1 issue group
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "templOptimizer".
Sample message
Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 101.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$table_name} at "ALTER TABLE {$table_name} ENGINE=InnoDB"
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "hosted_by_templ".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Potential connections found in static code analysis.
Outbound calls
17
External assets
0
Incoming endpoints
3
No external asset domains detected.
register_rest_route
register_rest_route
register_rest_route
2 score snapshots
v2.1.3
84
Latest
v2.1.2
72
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 84 | 64 | 3 | 61 | v2.1.3 | 2.1.0 |
| 72 | 69 | 6 | 63 | v2.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.