JPG, PNG, MP4, MP3, PDF, ZIP & more. Create voting & uploading galleries for photos & media. Social Share, User Registration & Sell via PayPal/Stripe.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
22,297
11 issue groups
Security
11,179
11 issue groups
I18n
2,057
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ActivateBulkUpload".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found interpolation in unescaped heredoc.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $BorderRadiusClass' data-cg-entry-id='$entryId' data-cg-real-gid='$realGid'>"'.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $AdditionalFilesMainRealId at "SELECT MultipleFiles FROM $tablename1 WHERE id = '$AdditionalFilesMainRealId'"
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
Processing form data without nonce verification.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $contest_gal1ery_create_user_entries used in $wpdb->query()\n$contest_gal1ery_create_user_entries assigned unsafely at line 157.
Sample message
The $domain parameter must be a single text string literal. Found: $domain
Sample message
The $text parameter must be a single text string literal. Found: $l_Account
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cgDropTables".
Sample message
$_COOKIE['contest-gal1ery-'.$galeryID.'-voting'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookieName]
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES[$filesKey]['error'][0]. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Use placeholders and $wpdb->prepare(); found $WhereValues
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Unescaped parameter $categoriesSumString used in $wpdb->get_results()\n$categoriesSumString assigned unsafely at line 194.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Potential connections found in static code analysis.
Outbound calls
179
External assets
8
Incoming endpoints
101
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
60 more hidden
6 score snapshots
v32.0.0
23
Latest
v31.0.0
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 36,076 | 9,396 | 26,680 | v32.0.0 | 2.0.0 |
| 23 | 35,788 | 9,358 | 26,430 | v31.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.