Multibyte functionality enhancement for the WordPress Japanese package.
Prioritized issue groups from the latest Plugin Check scan
Security
42
6 issue groups
Maintainability
30
12 issue groups
I18n
6
3 issue groups
Repo Compliance
1
1 issue group
Sample message
Detected usage of a non-sanitized input variable: $_GET['s']
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$debug_suffix".
Sample message
$_GET['s'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$required_version'.
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Multibyte Patch" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "multibyte_patch".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['CONTENT_TYPE']. Check that the array index exists before using it.
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "get_file".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_mblength".
Sample message
wp_debug_backtrace_summary() found. Debug code should not normally be used in production.
Sample message
error_reporting() can lead to full path disclosure.
Sample message
seems_utf8() has been deprecated since WordPress version 6.9.0. Use wp_is_valid_utf8() instead.
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
Library files that are already in the WordPress core are not permitted.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Function "wp_is_valid_utf8()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 5.2.0.
Not analyzed yet.
First score snapshot
v2.9.3
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 79 | 24 | 55 | v2.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.