Prioritized issue groups from the latest Plugin Check scan
Maintainability
95
6 issue groups
Security
88
4 issue groups
I18n
17
2 issue groups
Sample message
Short PHP opening tag used with echo; expected "<?php echo ! ..." but found "<?= ! ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$cb_id'.
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Sanitization missing for register_setting().
Sample message
The use of function ini_set() is discouraged
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MediaSync".
Sample message
Detected usage of a non-sanitized input variable: $_POST['media_items']
Sample message
$_POST['media_items'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Not analyzed yet.
First score snapshot
v1.5.2
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 200 | 193 | 7 | v1.5.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.