Image sequence animation on scroll. Take any video, and transform it into immersive dynamic landing page that animate as you scroll.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,425
11 issue groups
Security
856
10 issue groups
I18n
54
3 issue groups
Supply Chain
8
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
Sample message
Processing form data without nonce verification.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Sample message
Mismatched text domain. Expected 'scrollsequence' but got 'carbon-fields'.
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 (see the Security sections in the WordPress Developer Handbooks), found '"No such method exists: $name"'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
$_GET['container_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $charset_collate
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
Detected usage of a non-sanitized input variable: $_GET['container_id']
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.0.0.
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter_name".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['container_id']. Check that the array index exists before using it.
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $handle
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $delete_query used in $wpdb->query()\n$delete_query assigned unsafely at line 263.
Sample message
Hidden files are not permitted.
Sample message
The $text parameter must be a single text string literal. Found: $plural
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Not analyzed yet.
First score snapshot
v1.6.3
19
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 19 | 2,406 | 878 | 1,528 | v1.6.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.