WP Extended – The Ultimate WordPress Toolkit

SMTP Email, Maintenance Mode, Duplicate Posts & Pages, Duplicate menu, Code Snippets, SVG File upload, Disable Gutenberg, Limit Login Attempts &am …

v3.2.7WP ExtendedUpdated Added 600 installs98% rating25% support resolved
21
Score
1,253
Errors
398
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance89
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,651 findings

I18n

1,138

5 issue groups

Security

262

9 issue groups

Maintainability

192

11 issue groups

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: WP_EXTENDED_TEXT_DOMAIN963
Category
I18n
Occurrences
963
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: WP_EXTENDED_TEXT_DOMAIN

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.104
Category
I18n
Occurrences
104
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.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h2 class='wpext-section-title'>{$section['title']}</h2>"'.54
Category
Security
Occurrences
54
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h2 class='wpext-section-title'>{$section['title']}</h2>"'.

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.50
Category
Security
Occurrences
50
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[&#039;_wpnonce&#039;] not unslashed before sanitization. Use wp_unslash() or similar49
Category
Security
Occurrences
49
Severity
warning

Sample message

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

WARNINGMaintainabilityDynamic hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$filter_name&quot;.47
Category
Maintainability
Occurrences
47
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_COOKIE[$auth_cookie_name]42
Category
Security
Occurrences
42
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_COOKIE[$auth_cookie_name]

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.40
Category
Maintainability
Occurrences
40
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().38
Category
Maintainability
Occurrences
38
Severity
warning

Sample message

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

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

Sample message

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

Show 15 more
ERRORI18nUnordered Placeholders Text24
Category
I18n
Occurrences
24
Severity
error

Sample message

Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Warning: Disk usage is at %d%%, exceeds %d%% threshold'.

WARNINGSecurityInterpolated SQL is not prepared21
Category
Security
Occurrences
21
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $placeholders at &quot;DELETE FROM {$wpdb-&gt;postmeta} WHERE meta_key IN ($placeholders)&quot;

WARNINGMaintainabilityNon-prefixed global variable20
Category
Maintainability
Occurrences
20
Severity
warning

Sample message

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

WARNINGSecurityInput is not validated20
Category
Security
Occurrences
20
Severity
warning

Sample message

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

WARNINGSecurityDatabase parameter is not escaped17
Category
Security
Occurrences
17
Severity
warning

Sample message

Unescaped parameter $this-&gt;login_attempt used in $wpdb-&gt;get_results()

ERRORI18nText Domain Mismatch17
Category
I18n
Occurrences
17
Severity
error

Sample message

Mismatched text domain. Expected 'wpextended' but got 'wpext'.

ERRORMaintainabilityparse url parse url13
Category
Maintainability
Occurrences
13
Severity
error

Sample message

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

WARNINGMaintainabilityNon-prefixed global symbol12
Category
Maintainability
Occurrences
12
Severity
warning

Sample message

The &quot;wpextended/block&quot; prefix is not a valid namespace/function/class/variable/constant prefix in PHP.

ERRORMaintainabilitydate date5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGMaintainabilityNon-prefixed hook name5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

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

WARNINGSecuritywp redirect wp redirect5
Category
Security
Occurrences
5
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.

WARNINGMaintainabilitySchema Change4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGMaintainabilityerror log error log4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

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

ERRORSecurityException output is not escaped4
Category
Security
Occurrences
4
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Invalid export type: {$type}"'.

ERRORMaintainabilityfile system operations is writable4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().

External Connections

Potential connections found in static code analysis.

34 domains

Outbound calls

82

External assets

6

Incoming endpoints

2

Notable Domains

wpextended.io14 · outbound
api.brevo.com2 · outbound
api.emailit.com2 · outbound
api.postmarkapp.com2 · outbound
api.sendgrid.com2 · outbound
api.sparkpost.com2 · outbound

Platform / Reference Domains

w3.org14 · platform/reference
github.com6 · platform/reference
api.wordpress.org5 · platform/reference
wordpress.org2 · platform/reference
downloads.wordpress.org1 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

ct.pinterest.com2 · asset + outbound
facebook.com2 · asset + outbound
googletagmanager.com2 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints2
wp_ajax_wpext_export_settingsauthenticated

wp_ajax

wp_ajax_wpext_import_settingsauthenticated

wp_ajax

Score History

First score snapshot

v3.2.7

21

Latest

Findings
1,651
Errors
1,253
Warnings
398
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins