A free responsive slider that supports layers. Add texts, images, videos and beautify them with transitions and animations.
Prioritized issue groups from the latest Plugin Check scan
Security
482
12 issue groups
Maintainability
121
11 issue groups
Repo Compliance
2
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$background_url'.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$i".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET['view']
Sample message
$_GET['view'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['datas']. Check that the array index exists before using it.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CS_DEBUG".
Sample message
Unescaped parameter $table_name used in $wpdb->get_var()\n$table_name assigned unsafely at line 40.
Sample message
Unescaped parameter $query used in $wpdb->query()\n$query assigned unsafely at line 56.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "SELECT nonce FROM $table_name WHERE slider_id=%d"
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "SliderForGutenbergBlock".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "getCrellySlider".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Tested up to: 6.7 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v1.4.7
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 606 | 421 | 185 | v1.4.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.