Save your time by automatically converting from .DOCX to content with all WordPress post attributes.
Prioritized issue groups from the latest Plugin Check scan
Security
1,038
6 issue groups
Maintainability
117
15 issue groups
I18n
79
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$aPostTypes[0]'.
Sample message
A function call to esc_html_x() 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
Detected usage of a non-sanitized input variable: $_FILES['f']
Sample message
$_REQUEST[$fn] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "image_size_names_choose".
Sample message
Processing form data without nonce verification.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['f']. Check that the array index exists before using it.
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.5.0.
Sample message
Use placeholders and $wpdb->prepare(); found $limit
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ctxUploadImage".
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
The $domain parameter must be a single text string literal. Found: $domain
Sample message
The $text parameter must be a single text string literal. Found: $id
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
The $context parameter must be a single text string literal. Found: $context
Sample message
The use of function proc_open() is forbidden
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Potential connections found in static code analysis.
Outbound calls
23
External assets
126
Incoming endpoints
4
admin_post
admin_post
wp_ajax
wp_ajax
First score snapshot
v2.16.15
23
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,266 | 1,156 | 110 | v2.16.15 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.