MouseWheel Smooth Scroll

Smooth scrolling experience, with mousewheel, touchpad or keyboard

v6.7.4kubiqUpdated 2026-03-19Added Jan 8, 2015100k+ installs90% rating
41
Score
104
Errors
7
Warnings
+0
Change

Category Scores

Security0
Repo89
Performance100
Maintainability87

Top Issues by Category

Issues Details

111 issues found in latest scan

ERROR35
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'mousewheel-smooth-scroll' but got 'wpmss'.

ERROR32
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR22
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$key'.

ERROR5
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

WARNING2
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR2
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR2
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sClick here%s to read more about these settings in the GitHub readme.'.

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING1
WordPress.Security.PluginMenuSlug.Using__FILE__

Using __FILE__ for menu slugs risks exposing filesystem structure.

WARNING1
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['tab']

WARNING1
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().

ERROR1
WordPress.WP.DeprecatedParameters.Load_plugin_textdomainParam2Found

The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
outdated_tested_upto_header

Tested up to: 6.9 < 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.

ERROR1
plugin_header_no_license

Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.

WARNING1
textdomain_mismatch

The "Text Domain" header in the plugin file does not match the slug. Found "wpmss", expected "mousewheel-smooth-scroll".

ERROR1
wp_function_not_compatible_with_requires_wp

Function "wp_get_upload_dir()" requires WordPress 4.5.0, but your plugin minimum supported version is WordPress 3.0.1.

Latest Snapshot

Findings

111

Errors

104

Warnings

7

Score History

First score snapshot

First scan completed Jun 20, 2026

v6.7.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v6.7.4

41

Latest

Findings
111
Errors
104
Warnings
7
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins