Prioritized issue groups from the latest Plugin Check scan
Security
183
6 issue groups
Maintainability
147
18 issue groups
I18n
34
1 issue group
Sample message
All output should be run through an escaping function (like echo esc_html_x() or echo esc_attr_x()), found '_ex'.
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
Use of a direct database call is discouraged.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$data['database_info']'.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_fg_joomla_to_wordpress".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of a non-sanitized input variable: $_POST['empty_action']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['empty_action']. Check that the array index exists before using it.
Sample message
$_POST['empty_action'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$debuginfo".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "FG Joomla to WordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
The use of function ini_set() is discouraged
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_CONNECT_TIMEOUT".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().
Sample message
Function "wp_get_environment_type()" requires WordPress 5.5.0, but your plugin minimum supported version is WordPress 4.5.0.
Not analyzed yet.
First score snapshot
v4.34.0
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 379 | 278 | 101 | v4.34.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.