SP Move Login

Move your WordPress login page to protect it from bots. This plugin contains the Move Login module from SecuPress. Other security modules are availabl …

v2.6SecuPressUpdated Added 6k+ installs86% rating
26
Score
881
Errors
215
Warnings
+0
Change

Category Scores

Security0
Repo82
Performance100
Maintainability21

Top Issues by Category

i18n569
security402
maintainability105

Issues Details

1,096 issues found in latest scan

ERROR484
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'sf-move-login' but got 'movelogin'.

ERROR231
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<$tag class=\"movelogin-tc-title\">"'.

ERROR54
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.

ERROR50
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.

WARNING44
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING25
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING25
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING21
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING18
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING18
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING18
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[&#039;module&#039;]

ERROR18
WordPress.WP.I18n.MissingArgDomain

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

WARNING16
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR10
WordPress.WP.I18n.TranslatorsCommentWrongStyle

A "translators:" comment must be a "/* */" style comment. Docblock comments will not be picked up by the tools to generate a ".pot" file.

WARNING8
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;DONOTCACHEDB&quot;.

ERROR7
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $query

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR5
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING4
WordPress.Security.SafeRedirect.wp_redirect_wp_redirect

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.

WARNING3
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

ERROR3
WordPress.WP.AlternativeFunctions.parse_url_parse_url

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

ERROR3
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '<strong>%s</strong> <em>(Banned until %s)</em>'.

ERROR2
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $sql used in $wpdb->get_row()\n$sql assigned unsafely at line 2324.

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

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

WARNING2
WordPress.PHP.DevelopmentFunctions.error_log_var_export

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

Latest Snapshot

Findings

1,096

Errors

881

Warnings

215

Score History

First score snapshot

First scan completed

v2.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v2.6

26

Latest

Findings
1,096
Errors
881
Warnings
215
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins