Subscribe2 – Form, Email Subscribers & Newsletters

Sends a list of subscribers an email notification when you publish new posts.

v10.45weDevsUpdated 2025-12-29Added Jun 16, 200510k+ installs70% rating0% support resolved
32
Score
32
Errors
410
Warnings
+0
Change

Category Scores

Security0
Repo76
Performance97
Maintainability53

Top Issues by Category

security229
maintainability207
repo_compliance3
performance2
supply_chain1

Issues Details

442 issues found in latest scan

WARNING82
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING82
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING63
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING44
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING42
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['file']['error'][$key]

WARNING41
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['file']['error'][$key]. Check that the array index exists before using it.

WARNING29
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR18
wp_function_not_compatible_with_requires_wp

Function "current_datetime()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.0.0.

WARNING9
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $ids used in $wpdb->get_col()\n$ids assigned unsafely at line 1259.

ERROR9
missing_direct_file_access_protection

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

WARNING8
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

WARNING2
PluginCheck.CodeAnalysis.ShortURL.Found

Short URL detected (tinyurl.com). Use full URLs instead of URL shorteners.

WARNING2
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

WARNING2
WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERROR1
PluginCheck.CodeAnalysis.EnqueuedResourceOffloading.OffloadedContent

Found call to wp_enqueue_style() with external resource. Offloading styles to your servers or any remote service is disallowed.

WARNING1
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function set_time_limit() is discouraged

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING1
WordPress.WP.DeprecatedParameters.Get_termsParam2Found

The parameter "array(\n\t\t\t\t\t\t\t'fields' => 'ids',\n\t\t\t\t\t\t\t'get' => 'all',\n\t\t\t\t\t\t)" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

ERROR1
hidden_files

Hidden files are not permitted.

WARNING1
mismatched_plugin_name

Plugin name "Subscribe2 - Form, Email Subscribers & Newsletters" is different from the name declared in plugin header "Subscribe2".

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
readme_parser_warnings_too_many_tags

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

Latest Snapshot

Findings

442

Errors

32

Warnings

410

Score History

First score snapshot

First scan completed Jun 20, 2026

v10.45 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v10.45

32

Latest

Findings
442
Errors
32
Warnings
410
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins