Affilia is a self-hosted WordPress affiliate plugin for managing affiliates, referral links, commissions, dashboards, and records.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
140
17 issue groups
Security
109
4 issue groups
I18n
1
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Workbook already contains a worksheet named '{$pSheet->getTitle()}'. Rename the external sheet first."'.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$key".
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Attempting a database schema change is discouraged.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
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.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PHPExcel".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PHPEXCEL_ROOT".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Plugin name "Affilia – Affiliate Program" is different from the name declared in plugin header "Affiliaa - Affiliate Program for WordPress".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Affiliaa - Affiliate Program for WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Potential connections found in static code analysis.
Outbound calls
149
External assets
3
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v3.3.5
34
Latest
v3.3.4
33
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 250 | 80 | 170 | v3.3.5 | 2.0.0 |
| 33 | 252 | 80 | 172 | v3.3.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.