Image gallery, responsive photo gallery grid, customizable image slider, simple interface, links, video links and lightbox, custom themes, thumbnails
Prioritized issue groups from the latest Plugin Check scan
Security
623
9 issue groups
Maintainability
275
13 issue groups
I18n
17
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"field-element-{$id}"'.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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_Images_Ape_Init".
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ApeGalleryActivator".
Sample message
$_GET['ape_clear_install'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['ape_clear_install']
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
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Missing $domain parameter in function call to __().
Sample message
Sanitization missing for register_setting().
Sample message
Processing form data without nonce verification.
Sample message
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$filePath'.
Sample message
The $text text string should have translatable content. Found: ''
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "apeGallery".
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Mismatched text domain. Expected 'gallery-images-ape' but got 'plugin-domain'.
Sample message
Application files are not permitted.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_ape_gallery_clone_gallery".
Not analyzed yet.
First score snapshot
v2.2.8
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 929 | 588 | 341 | v2.2.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.