A powerful and flexible open-source repository platform that brings digital collection management to WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
503
16 issue groups
Security
190
7 issue groups
Performance
12
2 issue groups
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
Use placeholders and $wpdb->prepare(); found interpolated variable $childrens_in at \t\t\t\t\t\t\t\t\t\tmeta_id IN ($childrens_in)"
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Use placeholders and $wpdb->prepare(); found $base_query
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Unescaped parameter $base_query used in $wpdb->get_results()\n$base_query assigned unsafely at line 1327.
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Unescaped parameter $sql used in $wpdb->get_var()\n$sql assigned unsafely at line 306.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "comments_open".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".
Sample message
Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Attempting a database schema change is discouraged.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$view_mode_displayed_metadata".
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['post_id']
Sample message
$_REQUEST['post_id'] not unslashed before sanitization. Use wp_unslash() or similar
Potential connections found in static code analysis.
Outbound calls
299
External assets
0
Incoming endpoints
1
No external asset domains detected.
wp_ajax
2 score snapshots
v1.2.0
24
Latest
v1.1.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 730 | 138 | 592 | v1.2.0 | 2.0.0 |
| 24 | 754 | 156 | 598 | v1.1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.