Create snapshots of a WordPress database quickly.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
72
10 issue groups
Security
67
8 issue groups
I18n
33
5 issue groups
Repo Compliance
2
2 issue groups
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
Use placeholders and $wpdb->prepare(); found interpolated variable $this->options_table at "SHOW TABLES LIKE '$this->options_table'"
Sample message
Missing $domain parameter in function call to __().
Sample message
Unescaped parameter $new_table used in $wpdb->query()\n$new_table assigned unsafely at line 103.
Sample message
Mismatched text domain. Expected 'wpvivid-snapshot-database' but got 'WpAdminStyle'.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Processing form data without nonce verification.
Sample message
Attempting a database schema change is discouraged.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
The use of function set_time_limit() is discouraged
Sample message
The $text parameter must be a single text string literal. Found: $class
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_POST['comment'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Unescaped parameter $query used in $wpdb->get_row()\n$query assigned unsafely at line 73.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Database Snapshots - WPvivid" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
A function call to _n() 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.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "run_wpvivid_snapshot".
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Plugin name "Database Snapshots - WPvivid" is different from the name declared in plugin header "WPvivid Database Snapshots".
Sample message
Tested up to: 6.2 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "wpvivid", expected "wpvivid-snapshot-database".
Potential connections found in static code analysis.
Outbound calls
6
External assets
0
Incoming endpoints
7
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v0.9.4
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 174 | 66 | 108 | v0.9.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.