Prioritized issue groups from the latest Plugin Check scan
Security
859
9 issue groups
Maintainability
37
9 issue groups
Repo Compliance
2
2 issue groups
I18n
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_GET['ap']'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['apt_import_configuration_groups_file']
Sample message
$_GET['ap'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['apt_import_configuration_groups_file']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
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
Unescaped parameter $apt_post_id used in $wpdb->get_var()\n$apt_post_id used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $apt_queued_ids_sql
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $apt_post_id at "SELECT post_content FROM $wpdb->posts WHERE ID = $apt_post_id LIMIT 1"
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Unescaped parameter $apt_table used in $wpdb->query()\n$apt_table assigned unsafely at line 817.
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: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Missing $domain parameter in function call to __().
Sample message
Tested up to: 4.4 < 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.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.8.2
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 899 | 592 | 307 | v1.8.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.