Prioritized issue groups from the latest Plugin Check scan
Maintainability
82
19 issue groups
Security
19
5 issue groups
I18n
1
1 issue group
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->doPluginPrefix( 'delete_on_deactivate' )".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$bWhitelabelled".
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Index must be a positive integer: $offset"'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'site_transient_'.$sKey".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "iControlWP" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy_dir(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
The use of function set_time_limit() is discouraged
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
Function "wp_get_wp_version()" requires WordPress 6.7.0, but your plugin minimum supported version is WordPress 4.9.0.
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DISALLOW_FILE_EDIT".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "icontrolwp_get_plugin".
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: readfile().
Potential connections found in static code analysis.
Outbound calls
31
External assets
1
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v5.6.0
47
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 47 | 104 | 45 | 59 | v5.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.