Import affiliate products, compare prices, and publish structured product reviews with 25+ editorial Gutenberg blocks — all in one affiliate toolkit.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,364
14 issue groups
I18n
560
4 issue groups
Security
425
7 issue groups
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_container_id".648
- Category
- Maintainability
- Occurrences
- 648
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_container_id".
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;388
- Category
- Maintainability
- Occurrences
- 388
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORI18nText Domain MismatchMismatched text domain. Expected 'content-egg' but got '%s = human-readable time difference'.262
- Category
- I18n
- Occurrences
- 262
- Severity
- error
Sample message
Mismatched text domain. Expected 'content-egg' but got '%s = human-readable time difference'.
ERRORI18nMissing Translators CommentA 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.245
- Category
- I18n
- Occurrences
- 245
- Severity
- error
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.
WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.157
- Category
- Security
- Occurrences
- 157
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityRequest data is not unslashed$_GET[$keep] not unslashed before sanitization. Use wp_unslash() or similar67
- Category
- Security
- Occurrences
- 67
- Severity
- warning
Sample message
$_GET[$keep] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['item']['tmp_name']['keywords_file']60
- Category
- Security
- Occurrences
- 60
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_FILES['item']['tmp_name']['keywords_file']
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.55
- Category
- Security
- Occurrences
- 55
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $in at WHERE lc.link_id IN ($in)\n46
- Category
- Security
- Occurrences
- 46
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $in at WHERE lc.link_id IN ($in)\n
ERRORMaintainabilitystrip tags strip tagsstrip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- error
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Show 15 moreShow less
WARNINGMaintainabilityMissing Version40
- Category
- Maintainability
- Occurrences
- 40
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
ERRORI18nUnordered Placeholders Text40
- Category
- I18n
- Occurrences
- 40
- Severity
- error
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Import limit reached (%d/%d).'.
WARNINGMaintainabilityDirect Query37
- Category
- Maintainability
- Occurrences
- 37
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilityparse url parse url35
- Category
- Maintainability
- Occurrences
- 35
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
WARNINGMaintainabilityNot In Footer29
- Category
- Maintainability
- Occurrences
- 29
- Severity
- warning
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_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.
ERRORMaintainabilitycurl curl setopt28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- error
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
WARNINGMaintainabilityDiscouraged PHP function22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
The use of function set_time_limit() is discouraged
ERRORSecuritySQL query is not prepared21
- Category
- Security
- Occurrences
- 21
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $count_sql
ERRORSecurityDatabase parameter is not escaped19
- Category
- Security
- Occurrences
- 19
- Severity
- error
Sample message
Unescaped parameter $idx used in $wpdb->get_results()
ERRORMaintainabilitydate date17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityfile system operations fclose16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
ERRORMaintainabilityunlink unlink14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- error
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
ERRORI18nNon Singular String Literal Text13
- Category
- I18n
- Occurrences
- 13
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $custom_name
ERRORMaintainabilityrand rand11
- Category
- Maintainability
- Occurrences
- 11
- Severity
- error
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Score History
2 score snapshots
v11.2.0
23
Latest
- Findings
- 2,488
- Errors
- 1,231
- Warnings
- 1,257
- Check
- 2.0.0
v11.1.0
23
Score
- Findings
- 2,443
- Errors
- 1,209
- Warnings
- 1,234
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 2,488 | 1,231 | 1,257 | v11.2.0 | 2.0.0 |
| 23 | 2,443 | 1,209 | 1,234 | v11.1.0 | 2.0.0 |