Advanced WordPress Reset – Debug, Recover & Reset WP

The ultimate solution for resetting your WordPress database or specific components to their default settings using the advanced reset features.

v2.0.7Younes JFR.Updated 2026-06-01Added Mar 20, 201620k+ installs98% rating
25
Score
475
Errors
464
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability0

Top Issues by Category

security414
maintainability384
i18n110

Issues Details

939 issues found in latest scan

ERROR167
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING166
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR110
WordPress.WP.I18n.NonSingularStringLiteralDomain

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

ERROR92
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING54
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING36
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING36
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING33
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR31
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR26
missing_direct_file_access_protection

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

WARNING19
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_REQUEST['awr_item_type'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING17
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_REQUEST['bloc_id']

WARNING15
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $destination_table used in $wpdb->query()

WARNING15
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound

Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "awr\endpoints".

WARNING14
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

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

WARNING10
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $old_backup_table at "DROP TABLE `$old_backup_table`"

ERROR9
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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

WARNING9
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

WARNING8
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR8
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR7
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $new_name used in $wpdb->query()\n$new_name assigned unsafely at line 364.

WARNING7
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING3
Internal.LineEndings.Mixed

File has mixed line endings; this may cause incorrect results

ERROR3
WordPress.DB.RestrictedFunctions.mysql_mysql_error

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error.

Latest Snapshot

Findings

939

Errors

475

Warnings

464

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v2.0.7

25

Latest

Findings
939
Errors
475
Warnings
464
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins