Adds a custom scrollbar to specified HTML elements.
Prioritized issue groups from the latest Plugin Check scan
Security
229
7 issue groups
Maintainability
104
13 issue groups
I18n
25
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<!--[if IE]><style type='text/css' id='internal-style-ie-{$_sID}' class='custom-scrollbar-form-ie-style'>"'.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['__import']
Sample message
$_GET['button_label'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['__import']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_aClassFiles".
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "add_meta_boxes_{$_sCurrentScreenID}".
Sample message
Function "get_current_network_id()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.4.0.
Sample message
Missing $domain parameter in function call to __().
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "get_class($this) . '-' . $_GET['page']".
Sample message
The $domain parameter must be a single text string literal. Found: $this->_sTextDomain
Sample message
Mismatched text domain. Expected 'custom-scrollbar' but got 'admin-page-framework'.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_get_server_info.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_get_server_info.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
The $text parameter must be a single text string literal. Found: $this->aMessages[$sKey]
Sample message
The use of function _cleanup_header_comment() is forbidden
Not analyzed yet.
First score snapshot
v1.3.8
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 375 | 184 | 191 | v1.3.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.