Display client logos and partner brands. Build responsive logo carousels, grids, or flexbox layouts natively in Gutenberg or with shortcodes!
Prioritized issue groups from the latest Plugin Check scan
Maintainability
418
15 issue groups
Security
105
8 issue groups
I18n
10
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$action_type".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active_class'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
Use of a direct database call is discouraged.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LGX_LS_IS_PRO".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
File has mixed line endings; this may cause incorrect results
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "lgx_ls_css_decl".
Sample message
Processing form data without nonce verification.
Sample message
Function "get_block_wrapper_attributes()" requires WordPress 5.6.0, but your plugin minimum supported version is WordPress 4.3.0.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "LgxMetaForm".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wsa_form_bottom_' . $form['id']".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Logo Slider WP – Responsive Logo Carousel, Logo Gallery & Logo Showcase" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Missing $domain parameter in function call to __().
Sample message
error_log() found. Debug code should not normally be used in production.
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
Detected usage of a possibly undefined superglobal array index: $_POST['post_id_serialize']. Check that the array index exists before using it.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Potential connections found in static code analysis.
Outbound calls
117
External assets
2
Incoming endpoints
6
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v6.0.0
32
Latest
v5.5.5
43
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 535 | 86 | 449 | v6.0.0 | 2.1.0 |
| 43 | 277 | 22 | 255 | v5.5.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.