The ultimate solution for resetting your WordPress database or specific components to their default settings using the advanced reset features.
Category Scores
Top Issues by Category
security414
maintainability384
Issues Details
939 issues found in latest scan
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$accordion_id'.
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ItemsFetcherService".
The $domain parameter must be a single text string literal. Found: AWR_PLUGIN_TEXTDOMAIN
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AWP_PRO_RESET_OPTION_EDIT_INFOS".
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Processing form data without nonce verification.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
$_REQUEST['awr_item_type'] not unslashed before sanitization. Use wp_unslash() or similar
Detected usage of a non-sanitized input variable: $_REQUEST['bloc_id']
Unescaped parameter $destination_table used in $wpdb->query()
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "awr\endpoints".
Detected usage of a possibly undefined superglobal array index: $_REQUEST['awr_item_type']. Check that the array index exists before using it.
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.
Use placeholders and $wpdb->prepare(); found interpolated variable $old_backup_table at "DROP TABLE `$old_backup_table`"
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$comment_type'.
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.
Attempting a database schema change is discouraged.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Unescaped parameter $new_name used in $wpdb->query()\n$new_name assigned unsafely at line 364.
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "awr_activation_warning".
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$accordion_id'. | 167 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ItemsFetcherService". | 166 |
| WordPress.WP.I18n.NonSingularStringLiteralDomain | ERROR | The $domain parameter must be a single text string literal. Found: AWR_PLUGIN_TEXTDOMAIN | 110 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 92 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AWP_PRO_RESET_OPTION_EDIT_INFOS". | 54 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 36 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 36 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 33 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $new_name | 31 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 26 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_REQUEST['awr_item_type'] not unslashed before sanitization. Use wp_unslash() or similar | 19 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_REQUEST['bloc_id'] | 17 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $destination_table used in $wpdb->query() | 15 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFound | WARNING | Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "awr\endpoints". | 15 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_REQUEST['awr_item_type']. Check that the array index exists before using it. | 14 |
| WordPress.WP.EnqueuedResourceParameters.MissingVersion | WARNING | 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. | 13 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | Use placeholders and $wpdb->prepare(); found interpolated variable $old_backup_table at "DROP TABLE `$old_backup_table`" | 10 |
| WordPress.Security.EscapeOutput.ExceptionNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$comment_type'. | 9 |
| WordPress.WP.EnqueuedResourceParameters.NotInFooter | WARNING | 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. | 9 |
| WordPress.DB.DirectDatabaseQuery.SchemaChange | WARNING | Attempting a database schema change is discouraged. | 8 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 8 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $new_name used in $wpdb->query()\n$new_name assigned unsafely at line 364. | 7 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "awr_activation_warning". | 7 |
| Internal.LineEndings.Mixed | WARNING | File has mixed line endings; this may cause incorrect results | 3 |
| WordPress.DB.RestrictedFunctions.mysql_mysql_error | ERROR | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error. | 3 |
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 25 | 939 | 475 | 464 | v2.0.7 | 2.0.0 | 2026.06-mvp-static-v2 |