Affiliates Manager

Affiliates Manager plugin can help you manage an affiliate marketing program to drive more traffic and more sales to your site.

v2.9.52wp.insiderUpdated 2026-06-09Added Jun 5, 20149k+ installs82% rating100% support resolved
24
Score
1,268
Errors
653
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Top Issues by Category

security1,274
maintainability501
i18n102

Issues Details

1,921 issues found in latest scan

ERROR546
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR288
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING193
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$AffHomeMsg".

WARNING103
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING96
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE['wpam_id'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR89
missing_direct_file_access_protection

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

ERROR77
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.

ERROR72
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Transaction type of '{$value}' is not supported!"'.

ERROR69
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING61
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING54
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['wpam_id']

WARNING49
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR33
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR30
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $deletedb used in $wpdb->query()\n$deletedb assigned unsafely at line 168.

WARNING29
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING16
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $affiliates_table at "select * from $affiliates_table where affiliateId = '$referrers[$i]'"

ERROR16
WordPress.WP.I18n.MissingArgDomain

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

WARNING12
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.

ERROR9
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'If you are not an affiliate, but wish to become one, you will need to apply. To apply, you must be a registered user on this blog. If you have an existing account on this blog, please <a href="%s">log in</a>. If not, please <a href="%s">register</a>.'.

WARNING7
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR7
WordPress.WP.DeprecatedParameters.Add_optionParam3Found

The parameter "NULL" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.

ERROR6
wp_function_not_compatible_with_requires_wp

Function "has_shortcode()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;&#039;bulk_actions-&#039; . $screen-&gt;id&quot;.

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

WARNING5
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

Latest Snapshot

Findings

1,921

Errors

1,268

Warnings

653

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.9.52

24

Latest

Findings
1,921
Errors
1,268
Warnings
653
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins