Affiliates Manager plugin can help you manage an affiliate marketing program to drive more traffic and more sales to your site.
Prioritized issue groups from the latest Plugin Check scan
Security
1,274
11 issue groups
Maintainability
501
11 issue groups
I18n
102
3 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $year"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$AffHomeMsg".
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['wpam_id'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
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!"'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['wpam_id']
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Use placeholders and $wpdb->prepare(); found $deletedb
Sample message
Unescaped parameter $deletedb used in $wpdb->query()\n$deletedb assigned unsafely at line 168.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['resultsFile']['tmp_name']. Check that the array index exists before using it.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $affiliates_table at "select * from $affiliates_table where affiliateId = '$referrers[$i]'"
Sample message
Missing $domain parameter in function call to __().
Sample message
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.
Sample message
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>.'.
Sample message
Processing form data without nonce verification.
Sample message
The parameter "NULL" at position #3 of add_option() has been deprecated since WordPress version 2.3.0. Use "" instead.
Sample message
Function "has_shortcode()" requires WordPress 3.6.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'bulk_actions-' . $screen->id".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
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.
Potential connections found in static code analysis.
Outbound calls
48
External assets
0
Incoming endpoints
8
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v2.9.53
24
Latest
v2.9.52
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,921 | 1,268 | 653 | v2.9.53 | 2.0.0 |
| 24 | 1,921 | 1,268 | 653 | v2.9.52 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.