Create responsive WordPress photo galleries, album galleries, gallery groups, lightbox galleries, optimized image galleries, and professional image ex …
Prioritized issue groups from the latest Plugin Check scan
I18n
154
4 issue groups
Maintainability
78
15 issue groups
Security
60
6 issue groups
Sample message
Mismatched text domain. Expected 'gallery-by-supsystic' but got 'sgg'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"No such method exists: $name"'.
Sample message
$_GET[$this->pageSizeParam] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Use of the "translate()" function is reserved for low-level API usage.
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
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 48.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "gg_delete_photo_attachment_id".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
File and folder names must not contain spaces or special characters.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Mobile_Detect".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "image_crop_dimensions".
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hooksPrefix . 'gallery_delete'".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "'S_YOUR_SECRET_HASH_' . $environment->getPluginName()".
Potential connections found in static code analysis.
Outbound calls
294
External assets
2
Incoming endpoints
4
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
10 score snapshots
v1.20.2
24
Latest
v1.20.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 329 | 247 | 82 | v1.20.2 | 2.1.0 |
| 24 | 329 | 247 | 82 | v1.20.1 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.