One Click Demo Content Import.
Prioritized issue groups from the latest Plugin Check scan
I18n
51
2 issue groups
Maintainability
34
9 issue groups
Security
7
4 issue groups
Repo Compliance
1
1 issue group
Sample message
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.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'Comment %d was imported with author %d, but could not be found'.
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
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$caption".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
The use of function ini_set() is discouraged
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
error_reporting() can lead to full path disclosure.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['demo_url']'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "import_attachment_size_limit".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['REQUEST_METHOD']. Check that the array index exists before using it.
Sample message
$_POST['plugin'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The readme short description contains unofficial language. It must be written in standard English.
Not analyzed yet.
First score snapshot
v1.0.10
68
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 68 | 93 | 63 | 30 | v1.0.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.