The ultimate solution for resetting your WordPress database or specific components to their default settings using the advanced reset features.
Prioritized issue groups from the latest Plugin Check scan
Security
414
11 issue groups
Maintainability
384
13 issue groups
I18n
110
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$accordion_id'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ItemsFetcherService".
Sample message
The $domain parameter must be a single text string literal. Found: AWR_PLUGIN_TEXTDOMAIN
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "AWP_PRO_RESET_OPTION_EDIT_INFOS".
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $new_name
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_REQUEST['awr_item_type'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST['bloc_id']
Sample message
Unescaped parameter $destination_table used in $wpdb->query()
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "awr\endpoints".
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['awr_item_type']. Check that the array index exists before using it.
Sample message
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.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $old_backup_table at "DROP TABLE `$old_backup_table`"
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$comment_type'.
Sample message
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.
Sample message
Attempting a database schema change is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $new_name used in $wpdb->query()\n$new_name assigned unsafely at line 364.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "awr_activation_warning".
Sample message
File has mixed line endings; this may cause incorrect results
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_error.
Not analyzed yet.
First score snapshot
v2.0.7
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 939 | 475 | 464 | v2.0.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.