Let clients schedule meetings with you online! No more back & forth emails
Prioritized issue groups from the latest Plugin Check scan
Security
449
6 issue groups
Maintainability
172
16 issue groups
I18n
6
3 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$_SERVER['SERVER_NAME']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_marked".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File and folder names must not contain spaces or special characters.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['widget_img']['name']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
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
Detected usage of a possibly undefined superglobal array index: $_FILES['widget_img']['error']. Check that the array index exists before using it.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "create_default_settings_data".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $domain parameter must be a single text string literal. Found: WPSHD_VCITA_WIDGET_MENU_NAME
Sample message
The $text parameter must be a single text string literal. Found: WPSHD_VCITA_WIDGET_MENU_NAME
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.6.0.
Not analyzed yet.
First score snapshot
v4.6.0
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 634 | 473 | 161 | v4.6.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.