Theme Editor

Theme Editor allows you to edit theme files, create folder, upload files and remove any file and folder in themes and plugins.

v3.2mndpsingh287Updated Added 50k+ installs92% rating0% support resolved
22
Score
798
Errors
685
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability0

Top Issues by Category

security938
maintainability312
i18n190

Issues Details

1,483 issues found in latest scan

ERROR283
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$a_theme'.

ERROR232
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING200
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$a_plugin".

ERROR176
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'theme-editor' but got 'te-editor'.

WARNING127
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['error'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING111
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['ms_theme_screenshot']['name']. Check that the array index exists before using it.

WARNING71
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES['ms_theme_screenshot']['name']

WARNING70
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING34
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING22
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mk_theme_editor_child_file_delete".

ERROR16
WordPress.WP.AlternativeFunctions.file_system_operations_is_writable

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

ERROR14
WordPress.WP.I18n.MissingTranslatorsComment

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.

ERROR12
WordPress.WP.EnqueuedResources.NonEnqueuedScript

Scripts must be registered/enqueued via wp_enqueue_script()

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "LF".

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "InsufficientDataException".

ERROR8
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

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

WARNING6
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

ERROR6
WordPress.WP.AlternativeFunctions.file_system_operations_mkdir

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

WARNING6
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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.

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "https_local_ssl_verify".

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "te\app\cnt".

ERROR5
WordPress.WP.EnqueuedResources.NonEnqueuedStylesheet

Stylesheets must be registered/enqueued via wp_enqueue_style()

WARNING4
WordPress.PHP.DevelopmentFunctions.error_log_print_r

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

ERROR4
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$c'.

ERROR4
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

Latest Snapshot

Findings

1,483

Errors

798

Warnings

685

Score History

First score snapshot

First scan completed

v3.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.2

22

Latest

Findings
1,483
Errors
798
Warnings
685
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins