Create voting and upload galleries for photos, video, audio and files. Gallery monetization, social sharing and user registration.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
23,055
11 issue groups
Security
11,526
11 issue groups
I18n
2,209
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
Use placeholders and $wpdb->prepare(); found interpolated variable $AdditionalFilesMainRealId at "SELECT MultipleFiles FROM $tablename1 WHERE id = '$AdditionalFilesMainRealId'"
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 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 $commentsTable used in $wpdb->get_col()\n$commentsTable assigned unsafely at line 629.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cgDropTables".
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: $default
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
Unescaped parameter $availableSql used in $wpdb->get_var()\n$availableSql assigned unsafely at line 1163.
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
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: fopen().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Potential connections found in static code analysis.
Outbound calls
163
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
55 more hidden
11 score snapshots
v33.0.3
23
Latest
v33.0.2
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 37,315 | 9,584 | 27,731 | v33.0.3 | 2.1.0 |
| 23 | 37,389 | 9,623 | 27,766 | v33.0.2 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.