Everything you need for a faster website – smart optimization, advanced caching, adaptive images, WebP creation, script improvements, optional CDN del …
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
3,202
8 issue groups
I18n
1,345
1 issue group
Maintainability
730
16 issue groups
ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: WPS_IC_TEXTDOMAIN1,345
- Category
- I18n
- Occurrences
- 1,345
- Severity
- error
Sample message
The $domain parameter must be a single text string literal. Found: WPS_IC_TEXTDOMAIN
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"updated\"><p>{$message}</p></div>"'.1,228
- Category
- Security
- Occurrences
- 1,228
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class=\"updated\"><p>{$message}</p></div>"'.
WARNINGSecurityRecommendedProcessing form data without nonce verification.841
- Category
- Security
- Occurrences
- 841
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissing Unslash$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar437
- Category
- Security
- Occurrences
- 437
- Severity
- warning
Sample message
$_COOKIE[$cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]284
- Category
- Security
- Occurrences
- 284
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_GET['apikey']. Check that the array index exists before using it.277
- Category
- Security
- Occurrences
- 277
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['apikey']. Check that the array index exists before using it.
WARNINGMaintainabilityerror log print rprint_r() found. Debug code should not normally be used in production.140
- Category
- Maintainability
- Occurrences
- 140
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
WARNINGSecurityMissingProcessing form data without nonce verification.99
- Category
- Security
- Occurrences
- 99
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;90
- Category
- Maintainability
- Occurrences
- 90
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
ERRORMaintainabilityunlink unlinkunlink() is discouraged. Use wp_delete_file() to delete a file.73
- Category
- Maintainability
- Occurrences
- 73
- Severity
- error
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Show 15 moreShow less
WARNINGMaintainabilityDirect Query59
- Category
- Maintainability
- Occurrences
- 59
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching59
- Category
- Maintainability
- Occurrences
- 59
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORMaintainabilitydate date57
- Category
- Maintainability
- Occurrences
- 57
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityerror log error log56
- Category
- Maintainability
- Occurrences
- 56
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
WARNINGMaintainabilityNot In Footer32
- Category
- Maintainability
- Occurrences
- 32
- 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.
ERRORMaintainabilityparse url parse url29
- Category
- Maintainability
- Occurrences
- 29
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
WARNINGMaintainabilityDiscouraged28
- Category
- Maintainability
- Occurrences
- 28
- Severity
- warning
Sample message
The use of function ini_set() is discouraged
ERRORMaintainabilityfile system operations mkdir26
- Category
- Maintainability
- Occurrences
- 26
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
ERRORSecurityNot Prepared23
- Category
- Security
- Occurrences
- 23
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $delete
ERRORMaintainabilityfile system operations fwrite20
- Category
- Maintainability
- Occurrences
- 20
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
ERRORMaintainabilityfile system operations fopen18
- Category
- Maintainability
- Occurrences
- 18
- Severity
- error
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
ERRORMaintainabilityrand mt rand15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- error
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
WARNINGMaintainabilityMissing Version14
- Category
- Maintainability
- Occurrences
- 14
- 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.
ERRORMaintainabilityNon Enqueued Script14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- error
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
ERRORSecurityUnescaped DBParameter13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
Unescaped parameter $delete used in $wpdb->query()\n$delete assigned unsafely at line 146.
Score History
First score snapshot
v7.00.08
23
Latest
- Findings
- 5,437
- Errors
- 3,053
- Warnings
- 2,384
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 5,437 | 3,053 | 2,384 | v7.00.08 | 2.0.0 |