Replace the checkboxes with radio buttons or a select drop-down in the built-in Categories metabox and the Block Editor sidebar panel.
Prioritized issue groups from the latest Plugin Check scan
Security
53
6 issue groups
I18n
38
7 issue groups
Maintainability
22
7 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$class'.
Sample message
Mismatched text domain. Expected 'categories-metabox-enhanced' but got 'of-cme'.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cme_validate_inputs".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_tab".
Sample message
$_GET['tab'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $friendly_taxonomy
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
The $domain parameter must be a single text string literal. Found: $this->name
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Taxonomy_Single_Term".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_REQUEST[$name]
Sample message
wp_get_sites() has been deprecated since WordPress version 4.6.0. Use get_sites() instead.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$section . '_default_settings'".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "run_category_metabox_enhanced".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$property'.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "of-cme", expected "categories-metabox-enhanced".
Potential connections found in static code analysis.
Outbound calls
16
External assets
0
Incoming endpoints
1
No external asset domains detected.
No public endpoints detected.
wp_ajax
2 score snapshots
v0.9.2
40
Latest
v0.9.1
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 113 | 77 | 36 | v0.9.2 | 2.0.0 |
| 40 | 113 | 77 | 36 | v0.9.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.