SRS Simple Hits Counter

Display unique visitor or page-view counts anywhere on your site using widgets or shortcodes — Simple, very lightweight and no third-party code.

v2.2.3SandyRigUpdated 2026-05-31Added Dec 17, 20148k+ installs84% rating
38
Score
43
Errors
98
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability74

Top Issues by Category

security87
maintainability46
i18n6
repo_compliance2

Issues Details

141 issues found in latest scan

ERROR18
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING16
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING14
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING14
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['page']. Check that the array index exists before using it.

WARNING13
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 186.

WARNING13
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $table_name at "ALTER TABLE $table_name MODIFY srs_id INT UNSIGNED AUTO_INCREMENT NOT NULL, MODIFY srs_post_id INT UNSIGNED, MODIFY srs_visitors_count INT UNSIGNED, MODIFY srs_views_count INT UNSIGNED"

WARNING11
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR6
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $begin

ERROR6
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING6
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING4
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.

ERROR4
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'srs-simple-hits-counter' but got 'text_domain'.

ERROR3
WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion

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.

ERROR2
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR2
WordPress.WP.I18n.MissingArgDomain

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

WARNING1
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR1
invalid_tested_upto_minor

Tested up to: 7.0.0 The version number should only include major versions 7.0.

WARNING1
mismatched_plugin_name

Plugin name "SRS Simple Hits Counter" is different from the name declared in plugin header "SRS Simple hits Counter".

ERROR1
plugin_header_no_license

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

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

Latest Snapshot

Findings

141

Errors

43

Warnings

98

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.2.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.2.3

38

Latest

Findings
141
Errors
43
Warnings
98
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins