Feature content in a JavaScript powered slideshow gallery showcase on your WordPress website.
Prioritized issue groups from the latest Plugin Check scan
Security
858
9 issue groups
Maintainability
330
13 issue groups
I18n
87
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$gallery'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Gallery".
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
Processing form data without nonce verification.
Sample message
Function "map_deep()" requires WordPress 4.4.0, but your plugin minimum supported version is WordPress 3.1.0.
Sample message
$_COOKIE[$this -> pre . 'slidesperpage'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $deletequery
Sample message
Use of a direct database call is discouraged.
Sample message
Unescaped parameter $deletequery used in $wpdb->query()\n$deletequery assigned unsafely at line 251.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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: "BFI_Class_Factory".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%s plugin %s is available.'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$this -> pre . 'message']
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SG".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['image_file']['error']. Check that the array index exists before using it.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
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
Mismatched text domain. Expected 'slideshow-gallery' but got 'default'.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "do_meta_boxes".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Not analyzed yet.
First score snapshot
v1.8.6
24
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,310 | 896 | 414 | v1.8.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.