Responsive WordPress Gallery plugin with built in Slider and Lightbox
Prioritized issue groups from the latest Plugin Check scan
Security
401
9 issue groups
Maintainability
395
13 issue groups
I18n
28
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$options'.
Sample message
$_GET['addon'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
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
Detected usage of a possibly undefined superglobal array index: $_GET['post']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MG_ADDON_PAGE_LINK".
Sample message
Use of a direct database call is discouraged.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$s, %4$s, %5$s", but got "%d, %d, %s, %s, %s" in 'Successfully imported %d of %d images from NextGEN into the "%s%s%s" gallery.'.
Sample message
Unescaped parameter $this used in $wpdb->get_results()
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 3.9.0.
Sample message
Do not use Localhost/127.0.0.1/*.local in your code. Found: http://localhost/
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Detected usage of meta_key, possible slow query.
Potential connections found in static code analysis.
Outbound calls
140
External assets
1
Incoming endpoints
44
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
23 more hidden
2 score snapshots
v6.5.3
26
Latest
v6.5.2
27
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 838 | 278 | 560 | v6.5.3 | 2.0.0 |
| 27 | 845 | 278 | 567 | v6.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.