WPeMatico RSS Feed Fetcher

WPeMatico is autoblogging in the blink of an eye! On complete autopilot, WPeMatico delivers fresh content to your site regularly!

v2.8.21etruelUpdated Added 10k+ installs96% rating100% support resolved
24
Score
1,376
Errors
582
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance96
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,958 findings

Security

1,530

8 issue groups

Maintainability

295

14 issue groups

I18n

64

3 issue groups

ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" value='$status_name' /> $status_label</option>"'.693
Category
Security
Occurrences
693
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" value='$status_name' /> $status_label</option>"'.

ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.547
Category
Security
Occurrences
547
Severity
error

Sample message

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

WARNINGMaintainabilityerror log trigger errortrigger_error() found. Debug code should not normally be used in production.125
Category
Maintainability
Occurrences
125
Severity
warning

Sample message

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

WARNINGSecurityRecommendedProcessing form data without nonce verification.93
Category
Security
Occurrences
93
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityMissing Unslash$_GET[&#039;campaign_type&#039;] not unslashed before sanitization. Use wp_unslash() or similar85
Category
Security
Occurrences
85
Severity
warning

Sample message

$_GET[&#039;campaign_type&#039;] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$args&quot;.58
Category
Maintainability
Occurrences
58
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$args&quot;.

WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_FILES[&#039;txtsettings&#039;][&#039;error&#039;]38
Category
Security
Occurrences
38
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[&#039;txtsettings&#039;][&#039;error&#039;]

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().36
Category
I18n
Occurrences
36
Severity
error

Sample message

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

WARNINGSecurityInput Not ValidatedDetected usage of a possibly undefined superglobal array index: $_FILES[&#039;txtsettings&#039;][&#039;error&#039;]. Check that the array index exists before using it.33
Category
Security
Occurrences
33
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_FILES[&#039;txtsettings&#039;][&#039;error&#039;]. Check that the array index exists before using it.

WARNINGSecurityMissingProcessing form data without nonce verification.22
Category
Security
Occurrences
22
Severity
warning

Sample message

Processing form data without nonce verification.

Show 15 more
ERRORI18nNon Singular String Literal Text21
Category
I18n
Occurrences
21
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $campaign_data['campaign_type']

WARNINGSecuritywp redirect wp redirect19
Category
Security
Occurrences
19
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; 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.

WARNINGMaintainabilityNon Prefixed Hookname Found17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;admin_memory_limit&quot;.

WARNINGMaintainabilityNon Prefixed Function Found16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;WPeAddon_admin_head&quot;.

ERRORMaintainabilitywp function not compatible with requires wp15
Category
Maintainability
Occurrences
15
Severity
error

Sample message

Function "wp_date()" requires WordPress 5.3.0, but your plugin minimum supported version is WordPress 4.8.0.

WARNINGMaintainabilityprevent path disclosure error reporting9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

error_reporting() can lead to full path disclosure.

ERRORMaintainabilityparse url parse url9
Category
Maintainability
Occurrences
9
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

WARNINGMaintainabilityerror log print r7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityerror log set error handler7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

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

WARNINGMaintainabilityMissing Version7
Category
Maintainability
Occurrences
7
Severity
warning

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.

ERRORI18nText Domain Mismatch7
Category
I18n
Occurrences
7
Severity
error

Sample message

Mismatched text domain. Expected 'wpematico' but got 'easy-digital-downloads'.

ERRORMaintainabilitymissing direct file access protection7
Category
Maintainability
Occurrences
7
Severity
error

Sample message

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

WARNINGMaintainabilityDirect Query6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo Caching6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

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

WARNINGMaintainabilityNon Prefixed Class Found6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;Browser&quot;.

Score History

First score snapshot

v2.8.21

24

Latest

Findings
1,958
Errors
1,376
Warnings
582
Check
2.0.0

Related Plugins